We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc7577 commit 9f65ca4Copy full SHA for 9f65ca4
CHANGES.md
@@ -1,3 +1,16 @@
1
+## 0.9.1
2
+
3
+* Fix a bug where the GNU backtrace integration would not parse certain frames.
4
+* Fix a bug where the SDK would not pick up request bodies for Django Rest
5
+ Framework based apps.
6
+* Remove a few more headers containing sensitive data per default.
7
+* Various improvements to type hints. Thanks Ran Benita!
8
+* Add a event hint to access the log record from `before_send`.
9
+* Fix a bug that would ignore `__tracebackhide__`. Thanks Matt Millican!
10
+* Fix distribution information for mypy support (add `py.typed` file). Thanks
11
+ Ran Benita!
12
13
14
## 0.9.0
15
16
* The SDK now captures `SystemExit` and other `BaseException`s when coming from
0 commit comments