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 2e2be3b commit 963afefCopy full SHA for 963afef
MIGRATION_GUIDE.md
@@ -11,6 +11,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
11
12
- The SDK now supports Python 3.7 and higher.
13
- `sentry_sdk.start_span` now only takes keyword arguments.
14
+- `sentry_sdk.start_span` no longer takes an explicit `span` argument.
15
- The `Span()` constructor does not accept a `hub` parameter anymore.
16
- `Span.finish()` does not accept a `hub` parameter anymore.
17
- The `Profile()` constructor does not accept a `hub` parameter anymore.
0 commit comments