We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ab650 commit 220a6a6Copy full SHA for 220a6a6
CHANGES.md
@@ -29,7 +29,15 @@ A major release `N` implies the previous release `N-1` will no longer receive up
29
30
## 0.19.2
31
32
-* Added support for automatic release and environment configuration for some common situations.
+* Add `traces_sampler` option.
33
+* The SDK now attempts to infer a default release from various environment
34
+ variables and the current git repo.
35
+* Fix a crash with async views in Django 3.1.
36
+* Fix a bug where complex URL patterns in Django would create malformed transaction names.
37
+* Add options for transaction styling in AIOHTTP.
38
+* Add basic attachment support (documentation tbd).
39
+* fix a crash in the `pure_eval` integration.
40
+* Integration for creating spans from `boto3`.
41
42
## 0.19.1
43
0 commit comments