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 fe9fa1d commit 9058843Copy full SHA for 9058843
CHANGES.md
@@ -1,3 +1,11 @@
1
+## 0.6.7
2
+
3
+* Sourcecode Django templates is now displayed in stackframes like Jinja templates in Flask already were.
4
+* Updates to AWS Lambda integration for changes Amazon did to their Python 3.7 runtime.
5
+* Fix a bug in the AIOHTTP integration that would report 300s and other HTTP status codes as errors.
6
+* Fix a bug where a crashing `before_send` would crash the SDK and app.
7
+* Fix a bug where cyclic references in e.g. local variables or `extra` data would crash the SDK.
8
9
## 0.6.6
10
11
* Un-break API of internal `Auth` object that we use in Sentry itself.
0 commit comments