You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without OAF, default-project exposes a custom setting SENTRY_CONFIG which is picked up by a context processor to extract the public DSN so that Javascript frameworks also can have error monitoring in Sentry. Even in API projects this is relevant because there's custom JS on the landing page that may break, or there could be custom JS used in the admin.
Stappen om te reproduceren / Steps to reproduce
Check settings.SENTRY_CONFIG and observe that it doesn't exist, while a normal default-project project has it.
Verwacht gedrag / Expected behavior
The SENTRY_CONFIG setting exists and can be picked up by context processors.
The text was updated successfully, but these errors were encountered:
Product versie / Product version
0.9.0 and older
Omschrijf het probleem / Describe the bug
Without OAF, default-project exposes a custom setting
SENTRY_CONFIG
which is picked up by a context processor to extract the public DSN so that Javascript frameworks also can have error monitoring in Sentry. Even in API projects this is relevant because there's custom JS on the landing page that may break, or there could be custom JS used in the admin.Stappen om te reproduceren / Steps to reproduce
settings.SENTRY_CONFIG
and observe that it doesn't exist, while a normal default-project project has it.Verwacht gedrag / Expected behavior
The
SENTRY_CONFIG
setting exists and can be picked up by context processors.The text was updated successfully, but these errors were encountered: