sentry-python v0.16.4 Release Notes
Release Date: 2020-08-13 // almost 3 years ago-
- ➕ Add experiment to avoid trunchating span descriptions. Initialize with
init(_experiments={"smart_transaction_trimming": True})
. - ➕ Add a span around the Django view in transactions to distinguish its
operations from middleware operations.
- ➕ Add experiment to avoid trunchating span descriptions. Initialize with