We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adf697 commit d8eb001Copy full SHA for d8eb001
CHANGES.md
@@ -5,6 +5,12 @@
5
* Fix a few bad typehints causing issues in IDEs.
6
* Fix a bug in the Bottle integration that would report HTTP exceptions (e.g.
7
redirects) as errors.
8
+* Fix a bug that would prevent use of `in_app_exclude` without
9
+ setting `in_app_include`.
10
+* Fix a bug where request bodies of Django Rest Framework apps were not captured.
11
+* Suppress errors during SQL breadcrumb capturing in Django
12
+ integration. Also change order in which formatting strategies
13
+ are tried.
14
15
## 0.7.9
16
0 commit comments