Skip to content

Commit b213ad8

Browse files
committed
doc: Changelog for 0.16.4
1 parent 193f591 commit b213ad8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ sentry-sdk==0.10.1
2727

2828
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
2929

30+
## 0.16.4
31+
32+
* Add experiment to avoid trunchating span descriptions. Initialize with
33+
`init(_experiments={"smart_transaction_trimming": True})`.
34+
* Add a span around the Django view in transactions to distinguish its
35+
operations from middleware operations.
36+
3037
## 0.16.3
3138

3239
* Fix AWS Lambda support for Python 3.8.

0 commit comments

Comments
 (0)