Skip to content

Commit 0fe99af

Browse files
fix(deps): update dependency sentry-sdk to v2.24.1 (#951)
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.24.0` -> `==2.24.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.24.0/2.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.24.0/2.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.24.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2241) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.24.0...2.24.1) ##### Various fixes & improvements - Always set `_spotlight_url` ([#&#8203;4186](https://redirect.github.com/getsentry/sentry-python/issues/4186)) by [@&#8203;BYK](https://redirect.github.com/BYK) - Broader except in Django `parsed_body` ([#&#8203;4189](https://redirect.github.com/getsentry/sentry-python/issues/4189)) by [@&#8203;orhanhenrik](https://redirect.github.com/orhanhenrik) - Add platform header to the `chunk` item-type in the envelope ([#&#8203;4178](https://redirect.github.com/getsentry/sentry-python/issues/4178)) by [@&#8203;viglia](https://redirect.github.com/viglia) - Move `mypy` config into `pyproject.toml` ([#&#8203;4181](https://redirect.github.com/getsentry/sentry-python/issues/4181)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Move `flake8` config into `pyproject.toml` ([#&#8203;4185](https://redirect.github.com/getsentry/sentry-python/issues/4185)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Move `pytest` config into `pyproject.toml` ([#&#8203;4184](https://redirect.github.com/getsentry/sentry-python/issues/4184)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Bump `actions/create-github-app-token` from `1.11.6` to `1.11.7` ([#&#8203;4188](https://redirect.github.com/getsentry/sentry-python/issues/4188)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) - Add `CODEOWNERS` ([#&#8203;4182](https://redirect.github.com/getsentry/sentry-python/issues/4182)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d098f00 commit 0fe99af

File tree

2 files changed

+5
-365
lines changed

2 files changed

+5
-365
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.24.0",
38+
"sentry-sdk==2.24.1",
3939
"click>=8.1.7",
4040
"requests>=2.32.3",
4141
"lazy-object-proxy>=0.0.0",

0 commit comments

Comments
 (0)