You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
27
27
## Removed
28
28
29
29
- The SDK no longer supports Python 3.6. The oldest supported version is now 3.7.
30
+
- Dropped support for Django versions below 2.0.
31
+
- Dropped support for gevent versions below 20.9.
32
+
- Dropped support for greenlet versions below 0.4.17.
30
33
- The `enable_tracing` option was removed. Use `traces_sample_rate=1.0` instead.
31
34
- The deprecated `push_scope` and `configure_scope` APIs have been removed. Use `with new_scope():` to push a new scope and `scope = get_current_scope()` to retrieve the current scope instead.
32
35
- Transaction profiling and related code was removed.
data to sent events and basic handling for exceptions bubbling up
128
127
through the middleware.
129
128
130
-
:param unsafe_context_data: Disable errors when a proper contextvars installation could not be found. We do not recommend changing this from the default.
0 commit comments