We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffe4e9 commit 0fe7d3aCopy full SHA for 0fe7d3a
sentry/hooks.py
@@ -142,7 +142,7 @@ def initialize_sentry(config):
142
# Patch the wsgi server in case of further registration
143
odoo.http.Application = SentryWsgiMiddleware(odoo.http.Application)
144
145
- with sentry_sdk.push_scope() as scope:
+ with sentry_sdk.new_scope() as scope:
146
scope.set_extra("debug", False)
147
sentry_sdk.capture_message("Starting Odoo Server", "info")
148
0 commit comments