Skip to content

Commit 3d8cc7c

Browse files
committed
Add note to mig guide
1 parent 56e5312 commit 3d8cc7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MIGRATION_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
2727
- The context manager `auto_session_tracking_scope()` has been removed. Use `track_session()` instead.
2828
- Utility function `is_auto_session_tracking_enabled()` has been removed. There is no public replacement. There is a private `_is_auto_session_tracking_enabled()` (if you absolutely need this function) It accepts a `scope` parameter instead of the previously used `hub` parameter.
2929
- Utility function `is_auto_session_tracking_enabled_scope()` has been removed. There is no public replacement. There is a private `_is_auto_session_tracking_enabled()` (if you absolutely need this function)
30+
- Setting `scope.level` has been removed. Use `scope.set_level` instead.
31+
3032

3133
### Deprecated
3234

0 commit comments

Comments
 (0)