Skip to content

Commit 1d77484

Browse files
committed
better wording
1 parent b47bc70 commit 1d77484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)