| 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 thenContext.recordBreadcrumb(Breadcrumb). | 
| io.sentry.SentryClient.setExtraTags(Set prefer  SentryClient.setMdcTags(Set) | 
| io.sentry.connection.HttpConnection.setTimeout(int) Use setConnectionTimeout instead. | 
| io.sentry.Sentry.setUser(User) use  Sentry.getContext()and thenContext.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.