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 9600484 commit 69dfe92Copy full SHA for 69dfe92
MIGRATION_GUIDE.md
@@ -11,7 +11,6 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
11
- The SDK now supports Python 3.7 and higher.
12
- `sentry_sdk.start_span` now only takes keyword arguments.
13
- `sentry_sdk.start_span` no longer takes an explicit `span` argument.
14
-- `sentry_sdk.start_span` now accepts the `sampled` argument. It is however only taken into account for root spans (previously known as transactions).
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