Skip to content

Commit b41c98e

Browse files
committed
migration guide again
1 parent e141012 commit b41c98e

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
- `Span.finish()` no longer returns the `event_id` if the event is sent to Sentry.
2323
- We trim events to a much lesser extent in the SDK. Note that your events might still be subject to server-side trimming.
2424
- 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.
2526
- The `Profile()` constructor does not accept a `hub` parameter anymore.
2627
- A `Profile` object does not have a `.hub` property anymore.
2728
- `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

Comments
 (0)