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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ sentry-sdk==0.10.1
20
20
21
21
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.
22
22
23
+
## 0.19.5
24
+
25
+
- Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers.
26
+
- Increase internal transport queue size and make it configurable.
27
+
23
28
## 0.19.4
24
29
25
30
- Fix a bug that would make applications crash if an old version of `boto3` was installed.
0 commit comments