We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d89ae commit cdd414aCopy full SHA for cdd414a
sentry/src/main/java/io/sentry/Scopes.java
@@ -580,8 +580,8 @@ private void updateLastEventId(final @NotNull SentryId lastEventId) {
580
// TODO add to IScopes interface
581
public @NotNull IScope getGlobalScope() {
582
// TODO should be:
583
- // return Sentry.getGlobalScope();
584
- return scope;
+ return Sentry.getGlobalScope();
+ // return scope;
585
}
586
587
@Override
0 commit comments