Field and Description |
---|
io.sentry.DefaultSentryClientFactory.EXTRATAGS_OPTION |
Method and Description |
---|
io.sentry.SentryClient.addExtraTag(String) |
io.sentry.DefaultSentryClientFactory.getExtraTags(Dsn) |
io.sentry.util.Util.parseExtraTags(String)
prefer
Util.parseMdcTags(String) |
io.sentry.Sentry.record(Breadcrumb)
use
Sentry.getContext() and then Context.recordBreadcrumb(Breadcrumb) . |
io.sentry.SentryClient.setExtraTags(Set prefer
SentryClient.setMdcTags(Set) |
io.sentry.Sentry.setUser(User)
use
Sentry.getContext() and then Context.setUser(User) . |
io.sentry.event.EventBuilder.withCulprit(SentryStackTraceElement)
Culprit has been removed in favor of Transaction.
|
io.sentry.event.EventBuilder.withCulprit(StackTraceElement)
Culprit has been removed in favor of Transaction.
|
io.sentry.event.EventBuilder.withCulprit(String)
Culprit has been removed in favor of Transaction.
|
Copyright © 2012–2018. All rights reserved.