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: CHANGES.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,13 @@ sentry-sdk==0.10.1
27
27
28
28
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
29
29
30
-
## [Unreleased]
30
+
## 0.16.0
31
31
32
32
* Redis integration: add tags for more commands
33
+
* Redis integration: Patch rediscluster package if installed.
34
+
* Session tracking: A session is no longer considered crashed if there has been a fatal log message (only unhandled exceptions count).
35
+
***Breaking change**: Revamping of the tracing API.
36
+
***Breaking change**: `before_send` is no longer called for transactions.
0 commit comments