File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,15 @@ A major release `N` implies the previous release `N-1` will no longer receive up
29
29
30
30
## 0.19.2
31
31
32
- * Added support for automatic release and environment configuration for some common situations.
32
+ * 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 ` .
33
41
34
42
## 0.19.1
35
43
You can’t perform that action at this time.
0 commit comments