io.sentry.SentryClient.addExtraTag(String)
|
io.sentry.DefaultSentryClientFactory.getExtraTags(Dsn)
|
io.sentry.config.Lookup.lookup(String)
|
io.sentry.config.Lookup.lookup(String, Dsn)
|
io.sentry.util.Util.parseExtraTags(String)
|
io.sentry.Sentry.record(Breadcrumb)
|
io.sentry.SentryClient.setExtraTags(Set)
|
io.sentry.connection.HttpConnection.setTimeout(int)
Use setConnectionTimeout instead.
|
io.sentry.Sentry.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.
|