Skip to content

Commit d571184

Browse files
fix(deps): update dependency sentry-sdk to v2.25.1 (#1002)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `==2.25.0` -> `==2.25.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.25.0/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.25.0/2.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.25.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2251) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.25.0...2.25.1) ##### Various fixes & improvements - fix(logs): Add a class which batches groups of logs together. ([#&#8203;4229](https://redirect.github.com/getsentry/sentry-python/issues/4229)) by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry) - fix(logs): Use repr instead of json for message and arguments ([#&#8203;4227](https://redirect.github.com/getsentry/sentry-python/issues/4227)) by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry) - fix(logs): Debug output from Sentry logs should always be `debug` level. ([#&#8203;4224](https://redirect.github.com/getsentry/sentry-python/issues/4224)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - fix(ai): Do not consume anthropic streaming stop ([#&#8203;4232](https://redirect.github.com/getsentry/sentry-python/issues/4232)) by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry) - fix(spotlight): Do not spam sentry_sdk.warnings logger w/ Spotlight ([#&#8203;4219](https://redirect.github.com/getsentry/sentry-python/issues/4219)) by [@&#8203;BYK](https://redirect.github.com/BYK) - fix(docs): fixed code snippet ([#&#8203;4218](https://redirect.github.com/getsentry/sentry-python/issues/4218)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - build(deps): bump actions/create-github-app-token from 1.11.7 to 1.12.0 ([#&#8203;4214](https://redirect.github.com/getsentry/sentry-python/issues/4214)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd16296 commit d571184

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"rustworkx>=0.15.1",
3636
"typing-extensions>=4.12.2",
3737
"termcolor>=2.4.0",
38-
"sentry-sdk==2.25.0",
38+
"sentry-sdk==2.25.1",
3939
"click>=8.1.7",
4040
"requests>=2.32.3",
4141
"lazy-object-proxy>=0.0.0",

uv.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)