Skip to content

Commit

Permalink
chore(deps): update dependency sentry-sdk to v2.9.0 (#1991)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sentry-sdk](https://togithub.com/getsentry/sentry-python)
([changelog](https://togithub.com/getsentry/sentry-python/blob/master/CHANGELOG.md))
| `==2.8.0` -> `==2.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.8.0/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.8.0/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-python (sentry-sdk)</summary>

###
[`v2.9.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#290)

[Compare
Source](https://togithub.com/getsentry/sentry-python/compare/2.8.0...2.9.0)

##### Various fixes & improvements

- ref(transport): Improve event data category typing
([#&#8203;3243](https://togithub.com/getsentry/sentry-python/issues/3243))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- ref(tracing): Improved handling of span status
([#&#8203;3261](https://togithub.com/getsentry/sentry-python/issues/3261))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)
- test(client): Add tests for dropped span client reports
([#&#8203;3244](https://togithub.com/getsentry/sentry-python/issues/3244))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- test(transport): Test new client report features
([#&#8203;3244](https://togithub.com/getsentry/sentry-python/issues/3244))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- feat(tracing): Record lost spans in client reports
([#&#8203;3244](https://togithub.com/getsentry/sentry-python/issues/3244))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- test(sampling): Replace custom logic with
`capture_record_lost_event_calls`
([#&#8203;3257](https://togithub.com/getsentry/sentry-python/issues/3257))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- test(transport): Non-order-dependent discarded events assertion
([#&#8203;3255](https://togithub.com/getsentry/sentry-python/issues/3255))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- test(core): Introduce `capture_record_lost_event_calls` fixture
([#&#8203;3254](https://togithub.com/getsentry/sentry-python/issues/3254))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- test(core): Fix non-idempotent test
([#&#8203;3253](https://togithub.com/getsentry/sentry-python/issues/3253))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Jul 10, 2024
2 parents 3430b35 + 9537f29 commit 7f7b425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pycodestyle==2.12.0
pyflakes==3.2.0
pytest==8.2.2
pyyaml==6.0.1
sentry-sdk==2.8.0
sentry-sdk==2.9.0
-e file:///home/drazisil/mcos/libs/serializable#egg=serializable
-e file:///home/drazisil/mcos/projects/server#egg=server
tcl==0.2
Expand Down

0 comments on commit 7f7b425

Please sign in to comment.