SentryContext
Context object for keeping track of Sentry breadcrumbs and providing convenient APIs for submitting them, along with transaction functions.
Generally speaking, you'll probably want to use this instead of touching Sentry (or the adapter) directly.
Properties
Functions
Capture a SentryEvent, submitting it to Sentry with the breadcrumbs in this context.
Capture a UserFeedback object, submitting it to Sentry with the breadcrumbs in this context.
Capture a message String, submitting it to Sentry with the breadcrumbs in this context.
Capture a Throwable exception, submitting it to Sentry with the breadcrumbs in this context.
Make a copy of this Sentry context, bringing the breadcrumbs over into a new list.
Use the given transaction to measure the given callable.
Create a transaction with the given name and operation, and use it to measure the given callable.