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
+7
Original file line number
Diff line number
Diff line change
@@ -27,6 +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
+
## 0.14.3
31
+
32
+
* Attempt to use a monotonic clock to measure span durations in Performance/APM.
33
+
* Avoid overwriting explicitly set user data in web framework integrations.
34
+
* Allow to pass keyword arguments to `capture_event` instead of configuring the scope.
35
+
* Feature development for session tracking.
36
+
30
37
## 0.14.2
31
38
32
39
* Fix a crash in Django Channels instrumentation when SDK is reinitialized.
0 commit comments