Bump sentry-sdk from 2.30.0 to 2.32.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by sorydima
dependencies python
Bumps sentry-sdk from 2.30.0 to 2.32.0.
Release notes
Sourced from sentry-sdk's releases.
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
@sentrivana
Changelog
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
@sentrivana
Commits
4b022dcMerge branch 'master' into release/2.32.02634a52Pin zope.event (#4531)c815a32updated changelogbca8816release: 2.32.0546ce1fSet tool span to failed if an error is raised in the tool (#4527)ab2e3f0fix(integrations/ray): Correctly pass keyword arguments to ray.remote functio...7804260fix(langchain): Makespan_mapan instance variable (#4476)0a2d858fix(langchain): Ensure no duplicateSentryLangchainCallback(#4485)dae0218fix(Litestar): Applyfailed_request_status_codesto exceptions raised in mi...65d31afMerge branch 'release/2.31.0'- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+3
-3
Package Dependencies
Technical Details
| ID: | 2533194 |
| UUID: | 2629952127 |
| Node ID: | PR_kwDONAfDaM6cweJ_ |
| Host: | GitHub |
| Repository: | sorydima/Serverless-SDK_API |
| Merge State: | Unknown |