Skip to content

Commit c2850e9

Browse files
committed
migration guide
1 parent 7512fc8 commit c2850e9

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
@@ -158,6 +158,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
158158
- `Transport.capture_event` has been removed. Use `Transport.capture_envelope` instead.
159159
- Function transports are no longer supported. Subclass the `Transport` instead.
160160
- `start_transaction` (`start_span`) no longer takes a `baggage` argument. Use the `continue_trace()` context manager instead to propagate baggage.
161+
- Dropped support for Django versions below 2.0.
161162
- Dropped support for trytond versions below 5.0.
162163
- Dropped support for Falcon versions below 3.0.
163164

0 commit comments

Comments
 (0)