Skip to content

Commit 326eb0a

Browse files
committed
add migration guide note
1 parent ddaf34b commit 326eb0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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.
3637

3738
#### Error Capturing
3839

0 commit comments

Comments
 (0)