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
Sentry.setTag('my-global-scope-isolated-tag',getDefaultIsolationScope().getScopeData().tags['my-isolated-tag']);// We set this tag to be able to assert that the previously set tag has not leaked into the global isolation scope
// In environments where we cannot make use of OTel httpInstrumentation, we still need to ensure requests are properly isolated (e.g. when just importing the Sentry server config at the top level instead of `--import`).
21
-
// If OTel httpInstrumentation works, requests will be already isolated by the SentryHttpInstrumentation.
22
-
// We can identify this by comparing the current isolation scope to the default one. The requests are properly isolated if
23
-
// the current isolation scope is different from the default one. If that is not the case, we fork the isolation scope here.
0 commit comments