sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
POTel PR: [https://github.com/getsentry/sentry-python/pull/4333](https://github.com/getsentry/sentry-python/pull/4333)
POTel PR: [https://github.com/getsentry/sentry-python/pull/3406](https://github.com/getsentry/sentry-python/pull/3406)
We're currently supporting two different `failed_request_status_codes` format (legacy and set). Remove the old one and compat utils like [https://github.com/getsentry/sentry-python/blob/104db8c32487e21c2e76218d374b5aa239d40ffb/sentry_sdk/integrations/\_wsgi_common.py#L259](https://github.com/getsentry/sentry-python/blob/104db8c32487e21c2e76218d374b5aa239d40ffb/sentry_sdk/integrations/\_wsgi_common.py#L259).
The SDK should not set any tags on its own.
POTel PR: [https://github.com/getsentry/sentry-python/pull/4492)](https://github.com/getsentry/sentry-python/pull/4492))
POTel PR: [https://github.com/getsentry/sentry-python/pull/4747](https://github.com/getsentry/sentry-python/pull/4747)
POTel PR: [https://github.com/getsentry/sentry-python/pull/4671](https://github.com/getsentry/sentry-python/pull/4671)
Using `extra` is deprecated. Use `contexts`.POTel PR: getsentry/sentry-python#4694
Search the codebase for deprecated stuff, evaluate, and remove.POTel PRs: * [https://github.com/getsentry/sentry-python/pull/4176](https://github.com/getsentry/sentry-python/pull/4176) * [https://github.com/getsentry/sentry-python/pull/4193](https://github.com/getsentry/sentry-python/pull/4193)
Original POTel PR: [https://github.com/getsentry/sentry-python/pull/4180](https://github.com/getsentry/sentry-python/pull/4180)