Skip to content

Commit

Permalink
fix(deps): update dependency sentry-sdk to v2.14.0 (fastapi) (#153)
Browse files Browse the repository at this point in the history
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.13.0` -> `2.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.13.0/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.13.0/2.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.14.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2140)

[Compare
Source](https://redirect.github.com/getsentry/sentry-python/compare/2.13.0...2.14.0)

##### Various fixes & improvements

- New `SysExitIntegration`
([#&#8203;3401](https://redirect.github.com/getsentry/sentry-python/issues/3401))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)

For more information, see the documentation for the
[SysExitIntegration](https://docs.sentry.io/platforms/python/integrations/sys_exit).

- Add `SENTRY_SPOTLIGHT` env variable support
([#&#8203;3443](https://redirect.github.com/getsentry/sentry-python/issues/3443))
by [@&#8203;BYK](https://redirect.github.com/BYK)

- Support Strawberry `0.239.2`
([#&#8203;3491](https://redirect.github.com/getsentry/sentry-python/issues/3491))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)

- Add separate `pii_denylist` to `EventScrubber` and run it always
([#&#8203;3463](https://redirect.github.com/getsentry/sentry-python/issues/3463))
by [@&#8203;sl0thentr0py](https://redirect.github.com/sl0thentr0py)

- Celery: Add wrapper for `Celery().send_task` to support behavior as
`Task.apply_async`
([#&#8203;2377](https://redirect.github.com/getsentry/sentry-python/issues/2377))
by [@&#8203;divaltor](https://redirect.github.com/divaltor)

- Django: SentryWrappingMiddleware.**init** fails if super() is object
([#&#8203;2466](https://redirect.github.com/getsentry/sentry-python/issues/2466))
by
[@&#8203;cameron-simpson](https://redirect.github.com/cameron-simpson)

- Fix data_category for sessions envelope items
([#&#8203;3473](https://redirect.github.com/getsentry/sentry-python/issues/3473))
by [@&#8203;sl0thentr0py](https://redirect.github.com/sl0thentr0py)

- Fix non-UTC timestamps
([#&#8203;3461](https://redirect.github.com/getsentry/sentry-python/issues/3461))
by
[@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex)

- Remove obsolete object as superclass
([#&#8203;3480](https://redirect.github.com/getsentry/sentry-python/issues/3480))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)

- Replace custom `TYPE_CHECKING` with stdlib `typing.TYPE_CHECKING`
([#&#8203;3447](https://redirect.github.com/getsentry/sentry-python/issues/3447))
by [@&#8203;dev-satoshi](https://redirect.github.com/dev-satoshi)

- Refactor `tracing_utils.py`
([#&#8203;3452](https://redirect.github.com/getsentry/sentry-python/issues/3452))
by [@&#8203;rominf](https://redirect.github.com/rominf)

- Explicitly export symbol in subpackages instead of ignoring
([#&#8203;3400](https://redirect.github.com/getsentry/sentry-python/issues/3400))
by [@&#8203;hartungstenio](https://redirect.github.com/hartungstenio)

- Better test coverage reports
([#&#8203;3498](https://redirect.github.com/getsentry/sentry-python/issues/3498))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)

- Fixed config for old coverage versions
([#&#8203;3504](https://redirect.github.com/getsentry/sentry-python/issues/3504))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)

- Fix AWS Lambda tests
([#&#8203;3495](https://redirect.github.com/getsentry/sentry-python/issues/3495))
by [@&#8203;antonpirker](https://redirect.github.com/antonpirker)

- Remove broken Bottle tests
([#&#8203;3505](https://redirect.github.com/getsentry/sentry-python/issues/3505))
by [@&#8203;sentrivana](https://redirect.github.com/sentrivana)

</details>

---

### Configuration

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

🚦 **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/ddoroshev/pylerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImZhc3RhcGkiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 35debb4 commit 27f307d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 27f307d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
app
   main.py15282%17–18
   views.py13285%21, 25
TOTAL46490% 

Tests Skipped Failures Errors Time
2 0 💤 0 ❌ 0 🔥 0.212s ⏱️

Please sign in to comment.