-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDESK-7389] Fix sentry/quart integrations (#1148)
* Fix sentry/quart integrations `sentry-sdk` newer than v2.0 cannot be used as we are stuck with self hosted Sentry `v9.0`. As of `sentry-sdk` 2.0.0, there is a breaking change, were events are sent to `/envelope` endpoint instead of `/store`. This new `/envelope` endpoint was implemented on Sentry Server in `v10.0`. References: - https://github.com/getsentry/sentry-python/releases/tag/2.0.0 (look for "Removed support for sending events to the /store endpoint") - https://forum.sentry.io/t/csrf-verification-failed-token-was-not-found-or-was-invalid/12177/6 SDESK-7389 * Remove not needed import
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters