Skip to content

Commit e731516

Browse files
committed
Updated migration guide
1 parent b32ae31 commit e731516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
168168

169169
### Deprecated
170170

171-
- `sentry_sdk.start_transaction` is deprecated. Use `sentry_sdk.start_span` instead.
171+
- `sentry_sdk.start_transaction()` is deprecated. Use `sentry_sdk.start_span()` instead.
172+
- `Span.set_data()` is deprecated. Use `Span.set_attribute()` instead.
172173

173174
## Upgrading to 2.0
174175

0 commit comments

Comments
 (0)