From 213e5fb72bec9edd484fb503ee0d43967b10b67a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 25 Jun 2025 04:41:56 +0000
Subject: [PATCH] Update sentry-sdk requirement from 2.30.0 to 2.31.0 in
/backend (#1279)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the requirements on
[sentry-sdk](https://github.com/getsentry/sentry-python) to permit the
latest version.
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.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@sentrivanaSourced from sentry-sdk's changelog.
2.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
@sentrivanaWe can now capture Loguru logs and send them to Sentry.
import sentry_sdk from sentry_sdk.integrations.loguru import LoguruIntegrationSetup Sentry SDK to send Loguru log messages with a level of "error" or higher to Sentry
sentry_sdk.init(
_experiments={
"enable_logs": True,
</tr></table>
... (truncated)
9792e4f
Updated changelog15f1348
release: 2.31.04a0e5ed
Support openai-agents (#4437)7f507fd
ref(langchain): Greatly simplify _wrap_configure (#4479)ad2bbff
tests: Tox update (#4509)3e29948
Cursor generated rules (#4493)ae06ef1
fix(ci): Remove tracerite pin (almost) (#4504)d39599f
fix(profiling): Ensure profiler thread exits when needed (#4497)3f9acc4
fix(ci): Do not install newest tracerite (#4494)6a58e5f
tests: Regenerate tox (#4484)