From dc974fdf83927070fa140a7227ec4b457f383322 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 3 Jul 2025 07:35:31 +0000
Subject: [PATCH] Bump sentry-sdk from 2.22.0 to 2.32.0 (#18633)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from
2.22.0 to 2.32.0.
Sourced from sentry-sdk's
releases. New Integration (BETA): Add support for
We can now instrument AI agents that are created with the OpenAI Agents
SDK out of the box. sentry_sdk.init(Release notes
2.32.0
Various fixes & improvements
@szokeasaurusrex@antonpirker@svartalfspan_map an instance variable (#4476)
by @szokeasaurusrexSentryLangchainCallback (#4485)
by @szokeasaurusrexfailed_request_status_codes to
exceptions raised in middleware (#4074)
by @vrslev2.31.0
Various fixes & improvements
openai-agents (#4437)
by @antonpirkerimport sentry_sdk
from sentry_sdk.integrations.openai_agents import
OpenAIAgentsIntegration
Add the OpenAIAgentsIntegration to your sentry_sdk.init call:
dsn="...",
integrations=[
OpenAIAgentsIntegration(),
]
)
For more information see the OpenAI Agents integrations documentation.
dict arguments (#4478)
by @AbhiPrasad@sl0thentr0py_wrap_configure
(#4479)
by @szokeasaurusrex@sentrivana@Zylphrextracerite (#4494)
by @sentrivanaLookupErrors gracefully
(#4481)
by @sentrivana@sentrivana@sentrivana@sentrivanaNew beta feature: Sentry logs for Loguru (#4445)
by @sentrivana
We can now capture Loguru logs and send them to Sentry.
... (truncated)
Sourced from sentry-sdk's changelog.
2.32.0
Various fixes & improvements
- feat(sessions): Add top-level start- and end session methods (#4474) by
@szokeasaurusrex- feat(openai-agents): Set tool span to failed if an error is raised in the tool (#4527) by
@antonpirker- fix(integrations/ray): Correctly pass keyword arguments to ray.remote function (#4430) by
@svartalf- fix(langchain): Make
span_mapan instance variable (#4476) by@szokeasaurusrex- fix(langchain): Ensure no duplicate
SentryLangchainCallback(#4485) by@szokeasaurusrex- fix(Litestar): Apply
failed_request_status_codesto exceptions raised in middleware (#4074) by@vrslev2.31.0
Various fixes & improvements
New Integration (BETA): Add support for
openai-agents(#4437) by@antonpirkerWe can now instrument AI agents that are created with the OpenAI Agents SDK out of the box.
import sentry_sdk from sentry_sdk.integrations.openai_agents import OpenAIAgentsIntegrationAdd the OpenAIAgentsIntegration to your sentry_sdk.init call:
sentry_sdk.init(
dsn="...",
integrations=[
OpenAIAgentsIntegration(),
]
)
For more information see the OpenAI Agents integrations documentation.
- Logs: Add support for
dictarguments (#4478) by@AbhiPrasad- Add Cursor generated rules (#4493) by
@sl0thentr0py- Greatly simplify Langchain integrations
_wrap_configure(#4479) by@szokeasaurusrex- Fix(ci): Remove tracerite pin (almost) (#4504) by
@sentrivana- Fix(profiling): Ensure profiler thread exits when needed (#4497) by
@Zylphrex- Fix(ci): Do not install newest
tracerite(#4494) by@sentrivana- Fix(scope): Handle token reset
LookupErrors gracefully (#4481) by@sentrivana- Tests: Tox update (#4509) by
@sentrivana- Tests: Upper bound on fakeredis on old Python versions (#4482) by
@sentrivana- Tests: Regenerate tox (#4457) by
@sentrivana2.30.0
Various fixes & improvements
- New beta feature: Sentry logs for Loguru (#4445) by
@sentrivana
... (truncated)
4b022dc
Merge branch 'master' into release/2.32.02634a52
Pin zope.event (#4531)c815a32
updated changelogbca8816
release: 2.32.0546ce1f
Set tool span to failed if an error is raised in the tool (#4527)ab2e3f0
fix(integrations/ray): Correctly pass keyword arguments to ray.remote
functio...7804260
fix(langchain): Make span_map an instance variable (#4476)0a2d858
fix(langchain): Ensure no duplicate SentryLangchainCallback
(#4485)dae0218
fix(Litestar): Apply failed_request_status_codes to
exceptions raised in mi...65d31af
Merge branch 'release/2.31.0'