fix(deps): update dependency sentry-sdk to v2.21.0#300
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
| datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.19.2 | 2.21.0 |
da7ffb3 to
d30c4c6
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.19.2->2.21.0Release Notes
getsentry/sentry-python (sentry-sdk)
v2.21.0Compare Source
Various fixes & improvements
Fix incompatibility with new Strawberry version (#4026) by @sentrivana
Add
failed_request_status_codesto Litestar (#4021) by @vrslevSee https://docs.sentry.io/platforms/python/integrations/litestar/ for details.
Deprecate
enable_tracingoption (#3935) by @antonpirkerThe
enable_tracingoption is now deprecated. Please usetraces_sample_rateinstead. See https://docs.sentry.io/platforms/python/configuration/options/#traces_sample_rate for more information.Explicitly use
Nonedefault when checking metadata (#4039) by @mpurnell1Fix bug where concurrent accesses to the flags property could raise a
RuntimeError(#4034) by @cmanallenAdd more min versions of frameworks (#3973) by @sentrivana
Set level based on status code for HTTP client breadcrumbs (#4004) by @sentrivana
Don't set transaction status to error on
sys.exit(0)(#4025) by @sentrivanaContinuous profiling sample rate (#4002) by @Zylphrex
Track and report spans that were dropped (#4005) by @constantinius
Change continuous profile buffer size (#3987) by @Zylphrex
Handle
MultiPartParserErrorto avoid internal sentry crash (#4001) by @orhanhenrikHandle
Nonelineno inget_source_context(#3925) by @sentrivanaAdd support for Python 3.12 and 3.13 to AWS Lambda integration (#3965) by @antonpirker
Add
propagate_tracesdeprecation warning (#3899) by @mgalignianaCheck that
__module__isstr(#3942) by @szokeasaurusrexAdd
__repr__toBaggage(#4043) by @szokeasaurusrexFix a typo (#3923) by @antonpirker
Fix various CI errors on master (#4009) by @Zylphrex
Split gevent tests off (#3964) by @sentrivana
Add tox generation script, but don't use it yet (#3971) by @sentrivana
Use
httpx_mockintest_httpx(#3967) by @sl0thentr0pyFix typo in test name (#4036) by @szokeasaurusrex
Fix mypy (#4019) by @sentrivana
Test Celery's latest RC (#3938) by @sentrivana
Bump
actions/create-github-app-tokenfrom1.11.2to1.11.3(#4023) by @dependabotBump
actions/create-github-app-tokenfrom1.11.1to1.11.2(#4015) by @dependabotBump
codecov/codecov-actionfrom5.1.2to5.3.1(#3995) by @dependabotv2.20.0Compare Source
New integration: Add Typer integration (#3869) by @patrick91
For more information, see the documentation for the TyperIntegration.
New integration: Add Unleash feature flagging integration (#3888) by @aliu39
For more information, see the documentation for the UnleashIntegration.
Add custom tracking of feature flag evaluations (#3860) by @aliu39
Feature Flags: Register LD hook in setup instead of init, and don't check for initialization (#3890) by @aliu39
Feature Flags: Moved adding of
flagscontext into Scope (#3917) by @antonpirkerCreate a separate group for feature flag test suites (#3911) by @sentrivana
Fix flaky LaunchDarkly tests (#3896) by @aliu39
Fix LRU cache copying (#3883) by @ffelixg
Fix cache pollution from mutable reference (#3887) by @cmanallen
Centralize minimum version checking (#3910) by @sentrivana
Support SparkIntegration activation after SparkContext created (#3411) by @seyoon-lim
Preserve ARQ enqueue_job kwdefaults after patching (#3903) by @danmr
Add Github workflow to comment on issues when a fix was released (#3866) by @antonpirker
Update test matrix for Sanic (#3904) by @antonpirker
Rename scripts (#3885) by @sentrivana
Fix CI (#3878) by @sentrivana
Treat
potel-baseas release branch in CI (#3912) by @sentrivanabuild(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot
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 was generated by Mend Renovate. View the repository job log.