Update dependency sentry-sdk to >=2.37.1 #189

Merged
rixx merged 1 commit from renovate/sentry-sdk-2.x into main 2025-09-11 11:22:35 +00:00
Member

This PR contains the following updates:

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

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.37.1

Compare Source

Various fixes & improvements

v2.37.0

Compare Source

v2.36.0

Compare Source

Various fixes & improvements
import sentry_sdk
from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegration

sentry_sdk.init(
    dsn="...",
    integrations=[
        UnraisablehookIntegration(),
    ]
)

v2.35.2

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.35.1` -> `>=2.37.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.35.1/2.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.37.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2371) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.37.0...2.37.1) ##### Various fixes & improvements - Fix(langchain): Make Langchain integration work with just langchain-core ([#&#8203;4783](https://github.com/getsentry/sentry-python/issues/4783)) by [@&#8203;shellmayr](https://github.com/shellmayr) - Tests: Move quart under toxgen ([#&#8203;4775](https://github.com/getsentry/sentry-python/issues/4775)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Update tox.ini ([#&#8203;4777](https://github.com/getsentry/sentry-python/issues/4777)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Move chalice under toxgen ([#&#8203;4766](https://github.com/getsentry/sentry-python/issues/4766)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v2.37.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2370) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.36.0...2.37.0) - **New Integration (BETA):** Add support for `langgraph` ([#&#8203;4727](https://github.com/getsentry/sentry-python/issues/4727)) by [@&#8203;shellmayr](https://github.com/shellmayr) We can now instrument AI agents that are created with [LangGraph](https://www.langchain.com/langgraph) out of the box. For more information see the [LangGraph integrations documentation](https://docs.sentry.io/platforms/python/integrations/langgraph/). - AI Agents: Improve rendering of input and output messages in AI agents integrations. ([#&#8203;4750](https://github.com/getsentry/sentry-python/issues/4750)) by [@&#8203;shellmayr](https://github.com/shellmayr) - AI Agents: Format span attributes in AI integrations ([#&#8203;4762](https://github.com/getsentry/sentry-python/issues/4762)) by [@&#8203;antonpirker](https://github.com/antonpirker) - CI: Fix celery ([#&#8203;4765](https://github.com/getsentry/sentry-python/issues/4765)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Move asyncpg under toxgen ([#&#8203;4757](https://github.com/getsentry/sentry-python/issues/4757)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Move beam under toxgen ([#&#8203;4759](https://github.com/getsentry/sentry-python/issues/4759)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Move boto3 tests under toxgen ([#&#8203;4761](https://github.com/getsentry/sentry-python/issues/4761)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Tests: Remove openai pin and update tox ([#&#8203;4748](https://github.com/getsentry/sentry-python/issues/4748)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v2.36.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2360) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.35.2...2.36.0) ##### Various fixes & improvements - **New integration:** Unraisable exceptions ([#&#8203;4733](https://github.com/getsentry/sentry-python/issues/4733)) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) Add the unraisable exception integration to your sentry\_sdk.init call: ```python import sentry_sdk from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegration sentry_sdk.init( dsn="...", integrations=[ UnraisablehookIntegration(), ] ) ``` - meta: Update instructions on release process ([#&#8203;4755](https://github.com/getsentry/sentry-python/issues/4755)) by [@&#8203;sentrivana](https://github.com/sentrivana) - tests: Move arq under toxgen ([#&#8203;4739](https://github.com/getsentry/sentry-python/issues/4739)) by [@&#8203;sentrivana](https://github.com/sentrivana) - tests: Support dashes in test suite names ([#&#8203;4740](https://github.com/getsentry/sentry-python/issues/4740)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Don't fail if there is no `_context_manager_state` ([#&#8203;4698](https://github.com/getsentry/sentry-python/issues/4698)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Wrap span restoration in `__exit__` in `capture_internal_exceptions` ([#&#8203;4719](https://github.com/getsentry/sentry-python/issues/4719)) by [@&#8203;sentrivana](https://github.com/sentrivana) - fix: Constrain types of ai\_track decorator ([#&#8203;4745](https://github.com/getsentry/sentry-python/issues/4745)) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) - Fix `openai_agents` in CI ([#&#8203;4742](https://github.com/getsentry/sentry-python/issues/4742)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Remove old langchain test suites from ignore list ([#&#8203;4737](https://github.com/getsentry/sentry-python/issues/4737)) by [@&#8203;sentrivana](https://github.com/sentrivana) - tests: Trigger Pytest failure when an unraisable exception occurs ([#&#8203;4738](https://github.com/getsentry/sentry-python/issues/4738)) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) - fix(openai): Avoid double exit causing an unraisable exception ([#&#8203;4736](https://github.com/getsentry/sentry-python/issues/4736)) by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) - tests: Move langchain under toxgen ([#&#8203;4734](https://github.com/getsentry/sentry-python/issues/4734)) by [@&#8203;sentrivana](https://github.com/sentrivana) - toxgen: Add variants & move OpenAI under toxgen ([#&#8203;4730](https://github.com/getsentry/sentry-python/issues/4730)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Update tox.ini ([#&#8203;4731](https://github.com/getsentry/sentry-python/issues/4731)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v2.35.2`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2352) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.35.1...2.35.2) ##### Various fixes & improvements - fix(logs): Do not attach template if there are no parameters ([#&#8203;4728](https://github.com/getsentry/sentry-python/issues/4728)) by [@&#8203;sentrivana](https://github.com/sentrivana) </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-09 03:01:21 +00:00
renovate force-pushed renovate/sentry-sdk-2.x from 6266888c62 to 580e243234 2025-09-10 03:01:19 +00:00 Compare
renovate changed title from Update dependency sentry-sdk to >=2.37.0 to Update dependency sentry-sdk to >=2.37.1 2025-09-10 03:01:20 +00:00
rixx merged commit 4b6b68ed23 into main 2025-09-11 11:22:35 +00:00
rixx deleted branch renovate/sentry-sdk-2.x 2025-09-11 11:22:35 +00:00
Sign in to join this conversation.
No description provided.