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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
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
22
22
-`Span.finish()` no longer returns the `event_id` if the event is sent to Sentry.
23
23
- We trim events to a much lesser extent in the SDK. Note that your events might still be subject to server-side trimming.
24
24
- The default value of `max_request_body_size` was changed to `"always"`, so request bodies will now be included in events by default, regardless of size.
25
+
- The `hint` parameter in custom repr processors no longer contains a `remaining_depth` key.
25
26
- The `Profile()` constructor does not accept a `hub` parameter anymore.
26
27
- A `Profile` object does not have a `.hub` property anymore.
27
28
-`MAX_PROFILE_DURATION_NS`, `PROFILE_MINIMUM_SAMPLES`, `Profile`, `Scheduler`, `ThreadScheduler`, `GeventScheduler`, `has_profiling_enabled`, `setup_profiler`, `teardown_profiler` are no longer accessible from `sentry_sdk.profiler`. They're still accessible from `sentry_sdk.profiler.transaction_profiler`.
0 commit comments