Skip to content

Commit 9a829f0

Browse files
fix(deps): update dependency sentry-sdk to v2.27.0 (#1059)
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.26.1` -> `==2.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.26.1/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.26.1/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.27.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2270) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.26.1...2.27.0) ##### Various fixes & improvements - fix: Make sure to use the default decimal context in our code ([#&#8203;4231](https://redirect.github.com/getsentry/sentry-python/issues/4231)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - fix(integrations): ASGI integration not capture transactions in Websocket ([#&#8203;4293](https://redirect.github.com/getsentry/sentry-python/issues/4293)) by [@&#8203;guodong000](https://redirect.github.com/guodong000) - feat(typing): Make all relevant types public ([#&#8203;4315](https://redirect.github.com/getsentry/sentry-python/issues/4315)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - feat(spans): Record flag evaluations as span attributes ([#&#8203;4280](https://redirect.github.com/getsentry/sentry-python/issues/4280)) by [@&#8203;cmanallen](https://redirect.github.com/cmanallen) - test(logs): Avoid failure when running with integrations enabled ([#&#8203;4316](https://redirect.github.com/getsentry/sentry-python/issues/4316)) by [@&#8203;rominf](https://redirect.github.com/rominf) - tests: Remove unused code and rerun ([#&#8203;4313](https://redirect.github.com/getsentry/sentry-python/issues/4313)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Add cohere to toxgen ([#&#8203;4304](https://redirect.github.com/getsentry/sentry-python/issues/4304)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Migrate fastapi to toxgen ([#&#8203;4302](https://redirect.github.com/getsentry/sentry-python/issues/4302)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Add huggingface_hub to toxgen ([#&#8203;4299](https://redirect.github.com/getsentry/sentry-python/issues/4299)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Add huey to toxgen ([#&#8203;4298](https://redirect.github.com/getsentry/sentry-python/issues/4298)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Update tox.ini ([#&#8203;4297](https://redirect.github.com/getsentry/sentry-python/issues/4297)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Move aiohttp under toxgen ([#&#8203;4319](https://redirect.github.com/getsentry/sentry-python/issues/4319)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - tests: Fix version picking in toxgen ([#&#8203;4323](https://redirect.github.com/getsentry/sentry-python/issues/4323)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 ([#&#8203;4318](https://redirect.github.com/getsentry/sentry-python/issues/4318)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 536eab6 commit 9a829f0

File tree

2 files changed

+1702
-1702
lines changed

2 files changed

+1702
-1702
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.26.1",
38+
"sentry-sdk==2.27.0",
3939
"click>=8.1.7",
4040
"requests>=2.32.3",
4141
"lazy-object-proxy>=0.0.0",

0 commit comments

Comments
 (0)