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: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For a shorter version of what you need to do, to upgrade to Sentry SDK 2.0 see:
14
14
- Added new API for custom instrumentation: `new_scope`, `isolation_scope`. See the [Deprecated](#deprecated) section to see how they map to the existing APIs.
15
15
16
16
### Changed
17
-
(These changes are all backwards-incompatible. Breaking Change (if you are just skimming for that phrase))
17
+
(These changes are all backwards-incompatible. **Breaking Change** (if you are just skimming for that phrase))
18
18
19
19
- The Pyramid integration will not capture errors that might happen in `authenticated_userid()` in a custom `AuthenticationPolicy` class.
20
20
- The method `need_code_loation` of the `MetricsAggregator` was renamed to `need_code_location`.
@@ -63,7 +63,7 @@ For a shorter version of what you need to do, to upgrade to Sentry SDK 2.0 see:
63
63
</details>
64
64
65
65
### Removed
66
-
(These changes are all backwards-incompatible. Breaking Change (if you are just skimming for that phrase))
66
+
(These changes are all backwards-incompatible. **Breaking Change** (if you are just skimming for that phrase))
67
67
68
68
- Removed support for Python 2 and Python 3.5. The SDK now requires at least Python 3.6.
0 commit comments