discourse/app
David Taylor 4a62676512
DEV: Identify errors/deprecations triggered by browser extensions (#24820)
It's possible for browser extensions to trigger JS errors and deprecation warnings. That can lead to significant confusion and noise in our logs/metrics. One recent example we've identified is the 'Wappalyzer' extension triggering the `ember-global` deprecation.

This commit will clearly identify these errors/deprecations with a `[BROWSER EXTENSION]` prefix in the console.
2023-12-11 14:22:44 +00:00
..
assets DEV: Identify errors/deprecations triggered by browser extensions (#24820) 2023-12-11 14:22:44 +00:00
controllers FIX: category selectors for lazy loaded categories (#24533) 2023-12-08 12:01:08 +02:00
helpers DEV: Simplify ember-cli proxy strategy (#24242) 2023-11-10 11:16:06 +00:00
jobs DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models FIX: category selectors for lazy loaded categories (#24533) 2023-12-08 12:01:08 +02:00
serializers FIX: category selectors for lazy loaded categories (#24533) 2023-12-08 12:01:08 +02:00
services DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
views FIX: Account activation under ember-5 build (#24722) 2023-12-05 17:49:40 +00:00