-
Notifications
You must be signed in to change notification settings - Fork 50
Commit 9a829f0
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
([#​4231](https://redirect.github.com/getsentry/sentry-python/issues/4231))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- fix(integrations): ASGI integration not capture transactions in
Websocket
([#​4293](https://redirect.github.com/getsentry/sentry-python/issues/4293))
by [@​guodong000](https://redirect.github.com/guodong000)
- feat(typing): Make all relevant types public
([#​4315](https://redirect.github.com/getsentry/sentry-python/issues/4315))
by [@​antonpirker](https://redirect.github.com/antonpirker)
- feat(spans): Record flag evaluations as span attributes
([#​4280](https://redirect.github.com/getsentry/sentry-python/issues/4280))
by [@​cmanallen](https://redirect.github.com/cmanallen)
- test(logs): Avoid failure when running with integrations enabled
([#​4316](https://redirect.github.com/getsentry/sentry-python/issues/4316))
by [@​rominf](https://redirect.github.com/rominf)
- tests: Remove unused code and rerun
([#​4313](https://redirect.github.com/getsentry/sentry-python/issues/4313))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Add cohere to toxgen
([#​4304](https://redirect.github.com/getsentry/sentry-python/issues/4304))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Migrate fastapi to toxgen
([#​4302](https://redirect.github.com/getsentry/sentry-python/issues/4302))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Add huggingface_hub to toxgen
([#​4299](https://redirect.github.com/getsentry/sentry-python/issues/4299))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Add huey to toxgen
([#​4298](https://redirect.github.com/getsentry/sentry-python/issues/4298))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Update tox.ini
([#​4297](https://redirect.github.com/getsentry/sentry-python/issues/4297))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Move aiohttp under toxgen
([#​4319](https://redirect.github.com/getsentry/sentry-python/issues/4319))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- tests: Fix version picking in toxgen
([#​4323](https://redirect.github.com/getsentry/sentry-python/issues/4323))
by [@​sentrivana](https://redirect.github.com/sentrivana)
- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
([#​4318](https://redirect.github.com/getsentry/sentry-python/issues/4318))
by [@​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 9a829f0Copy full SHA for 9a829f0
2 files changed
+1702
-1702
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments