Skip to content

Commit

Permalink
chore(deps): update dependency sentry-sdk to v1.39.1 (#217)
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))
| `==1.36.0` -> `==1.39.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/1.36.0/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/1.36.0/1.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.39.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1391)

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

##### Various fixes & improvements

- Fix psycopg2 detection in the Django integration
([#&#8203;2593](https://togithub.com/getsentry/sentry-python/issues/2593))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Filter out empty string releases
([#&#8203;2591](https://togithub.com/getsentry/sentry-python/issues/2591))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Fixed local var not present when there is an error in a user's
`error_sampler` function
([#&#8203;2511](https://togithub.com/getsentry/sentry-python/issues/2511))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)
- Fixed typing in `aiohttp`
([#&#8203;2590](https://togithub.com/getsentry/sentry-python/issues/2590))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)

###
[`v1.39.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1390)

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

##### Various fixes & improvements

- Add support for cluster clients from Redis SDK
([#&#8203;2394](https://togithub.com/getsentry/sentry-python/issues/2394))
by [@&#8203;md384](https://togithub.com/md384)
- Improve location reporting for timer metrics
([#&#8203;2552](https://togithub.com/getsentry/sentry-python/issues/2552))
by [@&#8203;mitsuhiko](https://togithub.com/mitsuhiko)
- Fix Celery `TypeError` with no-argument `apply_async`
([#&#8203;2575](https://togithub.com/getsentry/sentry-python/issues/2575))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- Fix Lambda integration with EventBridge source
([#&#8203;2546](https://togithub.com/getsentry/sentry-python/issues/2546))
by [@&#8203;davidcroda](https://togithub.com/davidcroda)
- Add max tries to Spotlight
([#&#8203;2571](https://togithub.com/getsentry/sentry-python/issues/2571))
by [@&#8203;hazAT](https://togithub.com/hazAT)
- Handle `os.path.devnull` access issues
([#&#8203;2579](https://togithub.com/getsentry/sentry-python/issues/2579))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Change `code.filepath` frame picking logic
([#&#8203;2568](https://togithub.com/getsentry/sentry-python/issues/2568))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Trigger AWS Lambda tests on label
([#&#8203;2538](https://togithub.com/getsentry/sentry-python/issues/2538))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Run permissions step on pull_request_target but not push
([#&#8203;2548](https://togithub.com/getsentry/sentry-python/issues/2548))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Hash AWS Lambda test functions based on current revision
([#&#8203;2557](https://togithub.com/getsentry/sentry-python/issues/2557))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Update Django version in tests
([#&#8203;2562](https://togithub.com/getsentry/sentry-python/issues/2562))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- Make metrics tests non-flaky
([#&#8203;2572](https://togithub.com/getsentry/sentry-python/issues/2572))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)

###
[`v1.38.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1380)

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

##### Various fixes & improvements

- Only add trace context to checkins and do not run `event_processors`
for checkins
([#&#8203;2536](https://togithub.com/getsentry/sentry-python/issues/2536))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)
- Metric span summaries
([#&#8203;2522](https://togithub.com/getsentry/sentry-python/issues/2522))
by [@&#8203;mitsuhiko](https://togithub.com/mitsuhiko)
- Add source context to code locations
([#&#8203;2539](https://togithub.com/getsentry/sentry-python/issues/2539))
by [@&#8203;jan-auer](https://togithub.com/jan-auer)
- Use in-app filepath instead of absolute path
([#&#8203;2541](https://togithub.com/getsentry/sentry-python/issues/2541))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)
- Switch to `jinja2` for generating CI yamls
([#&#8203;2534](https://togithub.com/getsentry/sentry-python/issues/2534))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)

###
[`v1.37.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1371)

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

##### Various fixes & improvements

- Fix `NameError` on `parse_version` with eventlet
([#&#8203;2532](https://togithub.com/getsentry/sentry-python/issues/2532))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)
- build(deps): bump checkouts/data-schemas from `68def1e` to `e9f7d58`
([#&#8203;2501](https://togithub.com/getsentry/sentry-python/issues/2501))
by [@&#8203;dependabot](https://togithub.com/dependabot)

###
[`v1.37.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1370)

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

##### Various fixes & improvements

- Move installed modules code to utils
([#&#8203;2429](https://togithub.com/getsentry/sentry-python/issues/2429))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)

Note: We moved the internal function `_get_installed_modules` from
`sentry_sdk.integrations.modules` to `sentry_sdk.utils`.
    So if you use this function you have to update your imports

- Add code locations for metrics
([#&#8203;2526](https://togithub.com/getsentry/sentry-python/issues/2526))
by [@&#8203;jan-auer](https://togithub.com/jan-auer)

- Add query source to DB spans
([#&#8203;2521](https://togithub.com/getsentry/sentry-python/issues/2521))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)

- Send events to Spotlight sidecar
([#&#8203;2524](https://togithub.com/getsentry/sentry-python/issues/2524))
by [@&#8203;HazAT](https://togithub.com/HazAT)

- Run integration tests with newest `pytest`
([#&#8203;2518](https://togithub.com/getsentry/sentry-python/issues/2518))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)

- Bring tests up to date
([#&#8203;2512](https://togithub.com/getsentry/sentry-python/issues/2512))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)

- Fix: Prevent global var from being discarded at shutdown
([#&#8203;2530](https://togithub.com/getsentry/sentry-python/issues/2530))
by [@&#8203;antonpirker](https://togithub.com/antonpirker)

- Fix: Scope transaction source not being updated in scope.span setter
([#&#8203;2519](https://togithub.com/getsentry/sentry-python/issues/2519))
by [@&#8203;sl0thentr0py](https://togithub.com/sl0thentr0py)

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/schibsted/WAAS).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent be5fe62 commit c83b62c
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 @@ -5,7 +5,7 @@ redis==5.0.1
rq==1.15.1
python-dotenv==1.0.0
gunicorn==21.2.0
sentry-sdk==1.36.0
sentry-sdk==1.39.1
blinker==1.7.0
Werkzeug==3.0.1
Unidecode==1.3.7
Expand Down

0 comments on commit c83b62c

Please sign in to comment.