sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

The official Python SDK for Sentry.io

Results 566 sentry-python issues
Sort by recently updated
recently updated
newest added

#### 📄 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)

Python
Feature

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)

Python
Feature

Even with POTel gone, we're moving towards span attributes.

Python
Feature

### 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' -...

Component: Tests
Python
Improvement
Quality Improvement