Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open API Framework settings broke the default-project client side sentry integration #88

Open
sergei-maertens opened this issue Nov 20, 2024 · 0 comments
Labels
bug Something isn't working triage Triage means the team has not yet refined this issue.

Comments

@sergei-maertens
Copy link
Member

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

  1. 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.

@sergei-maertens sergei-maertens added bug Something isn't working triage Triage means the team has not yet refined this issue. labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Triage means the team has not yet refined this issue.
Projects
Status: Triage
Development

No branches or pull requests

1 participant