chore(deps-dev): bump sentry-sdk from 2.29.1 to 2.31.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by leandrodamascena
dependencies internal size/XS python
Bumps sentry-sdk from 2.29.1 to 2.31.0.
Release notes
Sourced from sentry-sdk's releases.
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,
},
integrations=[
</tr></table>
... (truncated)
Changelog
Sourced 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)
Commits
9792e4fUpdated changelog15f1348release: 2.31.04a0e5edSupportopenai-agents(#4437)7f507fdref(langchain): Greatly simplify_wrap_configure(#4479)ad2bbfftests: Tox update (#4509)3e29948Cursor generated rules (#4493)ae06ef1fix(ci): Remove tracerite pin (almost) (#4504)d39599ffix(profiling): Ensure profiler thread exits when needed (#4497)3f9acc4fix(ci): Do not install newest tracerite (#4494)6a58e5ftests: Regenerate tox (#4484)- 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: | 2331154 |
| UUID: | 2619250722 |
| Node ID: | PR_kwDODTo4k86cHpgi |
| Host: | GitHub |
| Repository: | aws-powertools/powertools-lambda-python |
| Merge State: | Unknown |