getsentry/sentry-python (sentry-sdk)
### [`v2.6.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#260)
[Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.5.1...2.6.0)
- Introduce continuous profiling mode ([#2830](https://togithub.com/getsentry/sentry-python/issues/2830)) by [@Zylphrex](https://togithub.com/Zylphrex)
- Profiling: Add deprecation comment for profiler internals ([#3167](https://togithub.com/getsentry/sentry-python/issues/3167)) by [@sentrivana](https://togithub.com/sentrivana)
- Profiling: Move thread data to trace context ([#3157](https://togithub.com/getsentry/sentry-python/issues/3157)) by [@Zylphrex](https://togithub.com/Zylphrex)
- Explicitly export cron symbols for typecheckers ([#3072](https://togithub.com/getsentry/sentry-python/issues/3072)) by [@spladug](https://togithub.com/spladug)
- Cleaning up ASGI tests for Django ([#3180](https://togithub.com/getsentry/sentry-python/issues/3180)) by [@antonpirker](https://togithub.com/antonpirker)
- Celery: Add Celery receive latency ([#3174](https://togithub.com/getsentry/sentry-python/issues/3174)) by [@antonpirker](https://togithub.com/antonpirker)
- Metrics: Update type hints for tag values ([#3156](https://togithub.com/getsentry/sentry-python/issues/3156)) by [@elramen](https://togithub.com/elramen)
- Django: Fix psycopg3 reconnect error ([#3111](https://togithub.com/getsentry/sentry-python/issues/3111)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- Tracing: Keep original function signature when decorated ([#3178](https://togithub.com/getsentry/sentry-python/issues/3178)) by [@sentrivana](https://togithub.com/sentrivana)
- Reapply "Refactor the Celery Beat integration ([#3105](https://togithub.com/getsentry/sentry-python/issues/3105))" ([#3144](https://togithub.com/getsentry/sentry-python/issues/3144)) ([#3175](https://togithub.com/getsentry/sentry-python/issues/3175)) by [@antonpirker](https://togithub.com/antonpirker)
- Added contributor image to readme ([#3183](https://togithub.com/getsentry/sentry-python/issues/3183)) by [@antonpirker](https://togithub.com/antonpirker)
- bump actions/checkout from 4.1.4 to 4.1.6 ([#3147](https://togithub.com/getsentry/sentry-python/issues/3147)) by [@dependabot](https://togithub.com/dependabot)
- bump checkouts/data-schemas from `59f9683` to `8c13457` ([#3146](https://togithub.com/getsentry/sentry-python/issues/3146)) by [@dependabot](https://togithub.com/dependabot)
### [`v2.5.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#251)
[Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.5.0...2.5.1)
This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0.
**We recommend that all users, who use Cron monitoring and are currently running sentry-python ≥2.4.0, upgrade to this release as soon as possible!**
##### Other fixes & improvements
- feat(tracing): Warn if not-started transaction entered ([#3003](https://togithub.com/getsentry/sentry-python/issues/3003)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- test(scope): Ensure `last_event_id` cleared ([#3124](https://togithub.com/getsentry/sentry-python/issues/3124)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- fix(scope): Clear last_event_id on scope clear ([#3124](https://togithub.com/getsentry/sentry-python/issues/3124)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.5.0
->2.6.0
Release Notes
getsentry/sentry-python (sentry-sdk)
### [`v2.6.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.5.1...2.6.0) - Introduce continuous profiling mode ([#2830](https://togithub.com/getsentry/sentry-python/issues/2830)) by [@Zylphrex](https://togithub.com/Zylphrex) - Profiling: Add deprecation comment for profiler internals ([#3167](https://togithub.com/getsentry/sentry-python/issues/3167)) by [@sentrivana](https://togithub.com/sentrivana) - Profiling: Move thread data to trace context ([#3157](https://togithub.com/getsentry/sentry-python/issues/3157)) by [@Zylphrex](https://togithub.com/Zylphrex) - Explicitly export cron symbols for typecheckers ([#3072](https://togithub.com/getsentry/sentry-python/issues/3072)) by [@spladug](https://togithub.com/spladug) - Cleaning up ASGI tests for Django ([#3180](https://togithub.com/getsentry/sentry-python/issues/3180)) by [@antonpirker](https://togithub.com/antonpirker) - Celery: Add Celery receive latency ([#3174](https://togithub.com/getsentry/sentry-python/issues/3174)) by [@antonpirker](https://togithub.com/antonpirker) - Metrics: Update type hints for tag values ([#3156](https://togithub.com/getsentry/sentry-python/issues/3156)) by [@elramen](https://togithub.com/elramen) - Django: Fix psycopg3 reconnect error ([#3111](https://togithub.com/getsentry/sentry-python/issues/3111)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Tracing: Keep original function signature when decorated ([#3178](https://togithub.com/getsentry/sentry-python/issues/3178)) by [@sentrivana](https://togithub.com/sentrivana) - Reapply "Refactor the Celery Beat integration ([#3105](https://togithub.com/getsentry/sentry-python/issues/3105))" ([#3144](https://togithub.com/getsentry/sentry-python/issues/3144)) ([#3175](https://togithub.com/getsentry/sentry-python/issues/3175)) by [@antonpirker](https://togithub.com/antonpirker) - Added contributor image to readme ([#3183](https://togithub.com/getsentry/sentry-python/issues/3183)) by [@antonpirker](https://togithub.com/antonpirker) - bump actions/checkout from 4.1.4 to 4.1.6 ([#3147](https://togithub.com/getsentry/sentry-python/issues/3147)) by [@dependabot](https://togithub.com/dependabot) - bump checkouts/data-schemas from `59f9683` to `8c13457` ([#3146](https://togithub.com/getsentry/sentry-python/issues/3146)) by [@dependabot](https://togithub.com/dependabot) ### [`v2.5.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#251) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.5.0...2.5.1) This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0. **We recommend that all users, who use Cron monitoring and are currently running sentry-python ≥2.4.0, upgrade to this release as soon as possible!** ##### Other fixes & improvements - feat(tracing): Warn if not-started transaction entered ([#3003](https://togithub.com/getsentry/sentry-python/issues/3003)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex) - test(scope): Ensure `last_event_id` cleared ([#3124](https://togithub.com/getsentry/sentry-python/issues/3124)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex) - fix(scope): Clear last_event_id on scope clear ([#3124](https://togithub.com/getsentry/sentry-python/issues/3124)) by [@szokeasaurusrex](https://togithub.com/szokeasaurusrex)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.