Skip to content

Commit 963afef

Browse files
committed
Add migration line for start_span no span arg
1 parent 2e2be3b commit 963afef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
1111

1212
- The SDK now supports Python 3.7 and higher.
1313
- `sentry_sdk.start_span` now only takes keyword arguments.
14+
- `sentry_sdk.start_span` no longer takes an explicit `span` argument.
1415
- The `Span()` constructor does not accept a `hub` parameter anymore.
1516
- `Span.finish()` does not accept a `hub` parameter anymore.
1617
- The `Profile()` constructor does not accept a `hub` parameter anymore.

0 commit comments

Comments
 (0)