Skip to content

Commit 5a217d5

Browse files
committed
rephrase
1 parent 36da56d commit 5a217d5

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
### Changed
1212

1313
- The SDK now supports Python 3.7 and higher.
14-
- The previously experimental SDK options `enable_logs` and `before_send_log` are now regular (non-experimental) options. The experimental versions have been removed.
14+
- `enable_logs` and `before_send_log` are now regular SDK options. Their original versions under `_experiments` have been removed.
1515
- The default of `traces_sample_rate` changed to `0`. Meaning: Incoming traces will be continued by default. For example, if your frontend sends a `sentry-trace/baggage` headers pair, your SDK will create Spans and send them to Sentry. (The default used to be `None` meaning by default no Spans where created, no matter what headers the frontend sent to your project.) See also: https://docs.sentry.io/platforms/python/configuration/options/#traces_sample_rate
1616
- Tag values on event dictionaries, which are passed to `before_send` and `before_send_transaction`, now are always `str` values. Previously, despite tag values being typed as `str`, they often had different values. Therefore, if you have configured any `before_send` and `before_send_transaction` functions which perform some logic based on tag values, you need to check and if needed update those functions to correctly handle `str` values.
1717
- `sentry_sdk.start_span` now only takes keyword arguments.

0 commit comments

Comments
 (0)