File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
* Fix a few bad typehints causing issues in IDEs.
6
6
* Fix a bug in the Bottle integration that would report HTTP exceptions (e.g.
7
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.
8
14
9
15
## 0.7.9
10
16
Original file line number Diff line number Diff line change 42
42
)
43
43
44
44
45
- VERSION = "0.7.9 "
45
+ VERSION = "0.7.10 "
46
46
DEFAULT_SERVER_NAME = socket .gethostname () if hasattr (socket , "gethostname" ) else None
47
47
DEFAULT_OPTIONS = {
48
48
"dsn" : None ,
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "sentry-sdk" ,
15
- version = "0.7.9 " ,
15
+ version = "0.7.10 " ,
16
16
author = "Sentry Team and Contributors" ,
17
17
author_email = "hello@getsentry.com" ,
18
18
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments