Migrate from sentry-android 4.1.0 to 4.2.0
Learn about migrating from Sentry Android SDK 4.1.0 to 4.2.0.
operation is now a required property of the SentryTransaction and SentrySpan. Whenever a transaction or span is started, the value for operation must be provided:
Copied
Sentry.startTransaction("transaction-name", "operation-name");
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").