Bump sentry-sdk[flask] from 1.43.0 to 2.6.0
Created by: dependabot[bot]
Bumps sentry-sdk[flask] from 1.43.0 to 2.6.0.
Release notes
Sourced from sentry-sdk[flask]'s releases.
2.6.0
- Introduce continuous profiling mode (#2830) by
@Zylphrex
- Profiling: Add deprecation comment for profiler internals (#3167) by
@sentrivana
- Profiling: Move thread data to trace context (#3157) by
@Zylphrex
- Explicitly export cron symbols for typecheckers (#3072) by
@spladug
- Cleaning up ASGI tests for Django (#3180) by
@antonpirker
- Celery: Add Celery receive latency (#3174) by
@antonpirker
- Metrics: Update type hints for tag values (#3156) by
@elramen
- Django: Fix psycopg3 reconnect error (#3111) by
@szokeasaurusrex
- Tracing: Keep original function signature when decorated (#3178) by
@sentrivana
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by
@antonpirker
- Added contributor image to readme (#3183) by
@antonpirker
- bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by
@dependabot
- bump checkouts/data-schemas from
59f9683
to8c13457
(#3146) by@dependabot
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) by
@szokeasaurusrex
- test(scope): Ensure
last_event_id
cleared (#3124) by@szokeasaurusrex
- fix(scope): Clear last_event_id on scope clear (#3124) by
@szokeasaurusrex
2.5.0
Various fixes & improvements
Allow to configure status codes to report to Sentry in Starlette and FastAPI (#3008) by
@sentrivana
By passing a new option to the FastAPI and Starlette integrations, you're now able to configure what status codes should be sent as events to Sentry. Here's how it works:
from sentry_sdk.integrations.starlette import StarletteIntegration from sentry_sdk.integrations.fastapi import FastApiIntegration sentry_sdk.init( # ... integrations=[ StarletteIntegration( failed_request_status_codes=[403, range(500, 599)], ), FastApiIntegration( failed_request_status_codes=[403, range(500, 599)], ), ] )
... (truncated)
Changelog
Sourced from sentry-sdk[flask]'s changelog.
2.6.0
- Introduce continuous profiling mode (#2830) by
@Zylphrex
- Profiling: Add deprecation comment for profiler internals (#3167) by
@sentrivana
- Profiling: Move thread data to trace context (#3157) by
@Zylphrex
- Explicitly export cron symbols for typecheckers (#3072) by
@spladug
- Cleaning up ASGI tests for Django (#3180) by
@antonpirker
- Celery: Add Celery receive latency (#3174) by
@antonpirker
- Metrics: Update type hints for tag values (#3156) by
@elramen
- Django: Fix psycopg3 reconnect error (#3111) by
@szokeasaurusrex
- Tracing: Keep original function signature when decorated (#3178) by
@sentrivana
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by
@antonpirker
- Added contributor image to readme (#3183) by
@antonpirker
- bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by
@dependabot
- bump checkouts/data-schemas from
59f9683
to8c13457
(#3146) by@dependabot
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) by
@szokeasaurusrex
- test(scope): Ensure
last_event_id
cleared (#3124) by@szokeasaurusrex
- fix(scope): Clear last_event_id on scope clear (#3124) by
@szokeasaurusrex
2.5.0
Various fixes & improvements
Allow to configure status codes to report to Sentry in Starlette and FastAPI (#3008) by
@sentrivana
By passing a new option to the FastAPI and Starlette integrations, you're now able to configure what status codes should be sent as events to Sentry. Here's how it works:
from sentry_sdk.integrations.starlette import StarletteIntegration from sentry_sdk.integrations.fastapi import FastApiIntegration sentry_sdk.init( # ... integrations=[ StarletteIntegration( failed_request_status_codes=[403, range(500, 599)], ), FastApiIntegration( failed_request_status_codes=[403, range(500, 599)], ),
... (truncated)
Commits
-
95d5ab7
Updated changelog -
4de70ab
Updated changelog -
8ae0907
release: 2.6.0 -
108c521
Added contributor image to readme (#3183) -
85e4f1e
fix(tracing): Keep original function signature when decorated (#3178) -
56d2cc6
Cleaning up ASGI tests for Django (#3180) -
009fa4f
Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) -
c8fc781
Add Celery receive latency (#3174) -
0878593
Add deprecation comment for profiler internals (#3167) -
1497916
ref(metrics): Update type hints for tag values (#3156) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)