Skip to content

Commit d952f46

Browse files
committed
Added add_attachment to migration guide
1 parent 36da125 commit d952f46

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
@@ -6,6 +6,8 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
66

77
### New Features
88

9+
- Added `add_attachment()` as a top level API, so you can do now: `sentry_sdk.add_attachment(...)` (up until now it was only available on the `Scope`)
10+
911
### Changed
1012

1113
- The SDK now supports Python 3.7 and higher.

0 commit comments

Comments
 (0)