File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
1111- The SDK now supports Python 3.7 and higher.
1212- ` sentry_sdk.start_span ` now only takes keyword arguments.
1313- ` sentry_sdk.start_span ` no longer takes an explicit ` span ` argument.
14- - The ` sampled ` argument of ` sentry_sdk.start_span ` is only taken into account for root spans (previously known as transactions).
14+ - ` sentry_sdk.start_span ` now accepts the ` sampled ` argument. It is however taken into account for root spans (previously known as transactions).
1515- The ` Span() ` constructor does not accept a ` hub ` parameter anymore.
1616- ` Span.finish() ` does not accept a ` hub ` parameter anymore.
1717- The ` Profile() ` constructor does not accept a ` hub ` parameter anymore.
You can’t perform that action at this time.
0 commit comments