Package | Description |
---|---|
io.sentry | |
io.sentry.context |
Modifier and Type | Method and Description |
---|---|
Context |
SentryClient.getContext() |
static Context |
Sentry.getContext()
Returns the
Context on the statically stored SentryClient . |
Modifier and Type | Method and Description |
---|---|
Context |
ThreadLocalContextManager.getContext()
Returns a unique
Context instance per thread. |
Context |
SingletonContextManager.getContext()
Returns a singleton
Context instance. |
Context |
ContextManager.getContext()
Returns the proper
Context instance for the given application context. |
Copyright © 2012–2018. All rights reserved.