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 d846986 commit fde5576Copy full SHA for fde5576
CHANGES.md
@@ -1,3 +1,11 @@
1
+## 0.7.4
2
+
3
+* Read release and environment from process environment like the Raven SDK
4
+ does. The keys are called `SENTRY_RELEASE` and `SENTRY_ENVIRONMENT`.
5
+* Fix a bug in the `serverless` integration where it would not push a new scope
6
+ for each function call (leaking tags and other things across calls).
7
+* Experimental support for type hints.
8
9
## 0.7.3
10
11
* Fix crash in AIOHTTP integration when integration was set up but disabled.
0 commit comments