Update dependency sentry-sdk to >=2.39.0 #209

Merged
tobru merged 1 commit from renovate/sentry-sdk-2.x into main 2025-09-29 07:22:28 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) >=2.37.1 -> >=2.39.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.39.0

Compare Source

Various fixes & improvements

Note: This is my last release. So long, and thanks for all the fish! by @​antonpirker

v2.38.0

Compare Source

Various fixes & improvements

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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `>=2.37.1` -> `>=2.39.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.37.1/2.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.39.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2390) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.38.0...2.39.0) ##### Various fixes & improvements - Fix(AI): Make agents integrations set the span status in case of error ([#&#8203;4820](https://github.com/getsentry/sentry-python/issues/4820)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix(dedupe): Use weakref in dedupe where possible ([#&#8203;4834](https://github.com/getsentry/sentry-python/issues/4834)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Fix(Django): Avoid evaluating complex Django object in span.data/span.attributes ([#&#8203;4804](https://github.com/getsentry/sentry-python/issues/4804)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix(Langchain): Don't record tool call output if not include\_prompt / should\_send\_default\_pii ([#&#8203;4836](https://github.com/getsentry/sentry-python/issues/4836)) by [@&#8203;shellmayr](https://github.com/shellmayr) - Fix(OpenAI): Don't swallow userland exceptions in openai ([#&#8203;4861](https://github.com/getsentry/sentry-python/issues/4861)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Docs: Update contributing guidelines with instructions to run tests with tox ([#&#8203;4857](https://github.com/getsentry/sentry-python/issues/4857)) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) - Test(Spark): Improve `test_spark` speed ([#&#8203;4822](https://github.com/getsentry/sentry-python/issues/4822)) by [@&#8203;mgaligniana](https://github.com/mgaligniana) Note: This is my last release. So long, and thanks for all the fish! by [@&#8203;antonpirker](https://github.com/antonpirker) ### [`v2.38.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2380) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.37.1...2.38.0) ##### Various fixes & improvements - Feat(huggingface\_hub): Update HuggingFace Hub integration ([#&#8203;4746](https://github.com/getsentry/sentry-python/issues/4746)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Feat(Anthropic): Add proper tool calling data to Anthropic integration ([#&#8203;4769](https://github.com/getsentry/sentry-python/issues/4769)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Feat(openai-agents): Add input and output to `invoke_agent` span. ([#&#8203;4785](https://github.com/getsentry/sentry-python/issues/4785)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Feat(AI): Create transaction in AI agents framworks, when no transaction is running. ([#&#8203;4758](https://github.com/getsentry/sentry-python/issues/4758)) by [@&#8203;constantinius](https://github.com/constantinius) - Feat(GraphQL): Support gql 4.0-style execute ([#&#8203;4779](https://github.com/getsentry/sentry-python/issues/4779)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix(logs): Expect `log_item` as rate limit category ([#&#8203;4798](https://github.com/getsentry/sentry-python/issues/4798)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix: CI for mypy, gevent ([#&#8203;4790](https://github.com/getsentry/sentry-python/issues/4790)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix: Correctly check for a running transaction ([#&#8203;4791](https://github.com/getsentry/sentry-python/issues/4791)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix: Use float for sample rand ([#&#8203;4677](https://github.com/getsentry/sentry-python/issues/4677)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix: Avoid reporting false-positive StopAsyncIteration in the asyncio integration ([#&#8203;4741](https://github.com/getsentry/sentry-python/issues/4741)) by [@&#8203;vmarkovtsev](https://github.com/vmarkovtsev) - Fix: Add log message when `DedupeIntegration` is dropping an error. ([#&#8203;4788](https://github.com/getsentry/sentry-python/issues/4788)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix(profiling): Re-init continuous profiler ([#&#8203;4772](https://github.com/getsentry/sentry-python/issues/4772)) by [@&#8203;Zylphrex](https://github.com/Zylphrex) - Chore: Reexport module `profiler` ([#&#8203;4535](https://github.com/getsentry/sentry-python/issues/4535)) by [@&#8203;zen-xu](https://github.com/zen-xu) - Tests: Update tox.ini ([#&#8203;4799](https://github.com/getsentry/sentry-python/issues/4799)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 ([#&#8203;4795](https://github.com/getsentry/sentry-python/issues/4795)) by [@&#8203;dependabot](https://github.com/dependabot) - Build(deps): bump actions/setup-python from 5 to 6 ([#&#8203;4774](https://github.com/getsentry/sentry-python/issues/4774)) by [@&#8203;dependabot](https://github.com/dependabot) - Build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 ([#&#8203;4773](https://github.com/getsentry/sentry-python/issues/4773)) by [@&#8203;dependabot](https://github.com/dependabot) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjQiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
renovate added the
dependencies
label 2025-09-28 03:01:20 +00:00
renovate added 1 commit 2025-09-28 03:01:20 +00:00
Update dependency sentry-sdk to >=2.39.0
All checks were successful
Tests / test (push) Successful in 34s
41a3b3dbee
tobru merged commit 912847a866 into main 2025-09-29 07:22:28 +00:00
tobru deleted branch renovate/sentry-sdk-2.x 2025-09-29 07:22:29 +00:00
Sign in to join this conversation.
No description provided.