Skip to content

Commit 9964e09

Browse files
committed
Added Exceptiongroup handling to migration guide
1 parent 63fbfbc commit 9964e09

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
@@ -22,6 +22,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
2222
- clickhouse-driver integration: The query is now available under the `db.query.text` span attribute (only if `send_default_pii` is `True`).
2323
- `sentry_sdk.init` now returns `None` instead of a context manager.
2424
- The `sampling_context` argument of `traces_sampler` and `profiles_sampler` now additionally contains all span attributes known at span start.
25+
- We updated how we handle `ExceptionGroup`s. You will now get more data if ExceptionGroups are appearing in chained exceptions.
2526
- The integration-specific content of the `sampling_context` argument of `traces_sampler` and `profiles_sampler` now looks different.
2627
- The Celery integration doesn't add the `celery_job` dictionary anymore. Instead, the individual keys are now available as:
2728

0 commit comments

Comments
 (0)