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

fix(quart): Fix Quart integration #3043

Merged
merged 1 commit into from
May 3, 2024

Commits on May 3, 2024

  1. fix(quart): Fix Quart integration

    The Quart integration was completely broken prior to this commit, as it caused every request to fail with a 500 error. The reason was that we were using the non-async `ensure_integration_enabled` decorator on the async `sentry_patched_asgi_app` function. This commit fixes the issue by removing the use of that decorator, instead replacing it with a manual check for the integration being enabled.
    szokeasaurusrex committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2d8c326 View commit details
    Browse the repository at this point in the history