File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments