sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
#### 📄 45% (0.45x) speedup for ***`EventScrubber.scrub_dict` in `sentry_sdk/scrubber.py`*** ⏱️ Runtime : **`1.17 milliseconds`** **→** **`808 microseconds`** (best of `285` runs) #### 📝 Explanation and details The optimization achieves a...
Port async span context managers from `potel-base` to 2.xRef from `potel-base`: [https://github.com/getsentry/sentry-python/pull/4680](https://github.com/getsentry/sentry-python/pull/4680)
There's an experimental async transport on `potel-base`. Port it to `master`.Ref from `potel-base`: [https://github.com/getsentry/sentry-python/pull/4572](https://github.com/getsentry/sentry-python/pull/4572)
### Description Add paths-ignore to generated test workflows so CI skips running tests when only documentation files change. - updated scripts/split_tox_gh_actions/templates/base.jinja to add paths-ignore for '**/*.md', 'docs/**', 'README.md', 'CHANGELOG.md' -...