Package io.sentry
Class NoOpScopesStorage
java.lang.Object
io.sentry.NoOpScopesStorage
- All Implemented Interfaces:
IScopesStorage
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
@Nullable IScopes
get()
static NoOpScopesStorage
void
init()
-
Method Details
-
getInstance
-
init
public void init()- Specified by:
init
in interfaceIScopesStorage
-
set
- Specified by:
set
in interfaceIScopesStorage
-
get
- Specified by:
get
in interfaceIScopesStorage
-
close
public void close()- Specified by:
close
in interfaceIScopesStorage
-