Skip to content

Commit 8f0e2e9

Browse files
BYKsentrivana
andauthored
Better wording in migration guide
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 715c637 commit 8f0e2e9

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
@@ -33,7 +33,7 @@ sentry_sdk.init(
3333

3434
- The SDK now supports Python 3.7 and higher.
3535
- 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.
36-
- The SDK now uses HTTP/2 for its default transport. This can be disabled via the `http2` named argument in the SDK constructor.
36+
- The SDK now uses HTTP/2 for its default transport. This can be disabled via setting `http2=False` in `sentry_sdk.init()`.
3737

3838
#### Error Capturing
3939

0 commit comments

Comments
 (0)