We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32ae31 commit e731516Copy full SHA for e731516
MIGRATION_GUIDE.md
@@ -168,7 +168,8 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
168
169
### Deprecated
170
171
-- `sentry_sdk.start_transaction` is deprecated. Use `sentry_sdk.start_span` instead.
+- `sentry_sdk.start_transaction()` is deprecated. Use `sentry_sdk.start_span()` instead.
172
+- `Span.set_data()` is deprecated. Use `Span.set_attribute()` instead.
173
174
## Upgrading to 2.0
175
0 commit comments