Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency sentry-sdk to v1.39.1 (#217)
[![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 ([#​2593](https://togithub.com/getsentry/sentry-python/issues/2593)) by [@​sentrivana](https://togithub.com/sentrivana) - Filter out empty string releases ([#​2591](https://togithub.com/getsentry/sentry-python/issues/2591)) by [@​sentrivana](https://togithub.com/sentrivana) - Fixed local var not present when there is an error in a user's `error_sampler` function ([#​2511](https://togithub.com/getsentry/sentry-python/issues/2511)) by [@​antonpirker](https://togithub.com/antonpirker) - Fixed typing in `aiohttp` ([#​2590](https://togithub.com/getsentry/sentry-python/issues/2590)) by [@​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 ([#​2394](https://togithub.com/getsentry/sentry-python/issues/2394)) by [@​md384](https://togithub.com/md384) - Improve location reporting for timer metrics ([#​2552](https://togithub.com/getsentry/sentry-python/issues/2552)) by [@​mitsuhiko](https://togithub.com/mitsuhiko) - Fix Celery `TypeError` with no-argument `apply_async` ([#​2575](https://togithub.com/getsentry/sentry-python/issues/2575)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Fix Lambda integration with EventBridge source ([#​2546](https://togithub.com/getsentry/sentry-python/issues/2546)) by [@​davidcroda](https://togithub.com/davidcroda) - Add max tries to Spotlight ([#​2571](https://togithub.com/getsentry/sentry-python/issues/2571)) by [@​hazAT](https://togithub.com/hazAT) - Handle `os.path.devnull` access issues ([#​2579](https://togithub.com/getsentry/sentry-python/issues/2579)) by [@​sentrivana](https://togithub.com/sentrivana) - Change `code.filepath` frame picking logic ([#​2568](https://togithub.com/getsentry/sentry-python/issues/2568)) by [@​sentrivana](https://togithub.com/sentrivana) - Trigger AWS Lambda tests on label ([#​2538](https://togithub.com/getsentry/sentry-python/issues/2538)) by [@​sentrivana](https://togithub.com/sentrivana) - Run permissions step on pull_request_target but not push ([#​2548](https://togithub.com/getsentry/sentry-python/issues/2548)) by [@​sentrivana](https://togithub.com/sentrivana) - Hash AWS Lambda test functions based on current revision ([#​2557](https://togithub.com/getsentry/sentry-python/issues/2557)) by [@​sentrivana](https://togithub.com/sentrivana) - Update Django version in tests ([#​2562](https://togithub.com/getsentry/sentry-python/issues/2562)) by [@​sentrivana](https://togithub.com/sentrivana) - Make metrics tests non-flaky ([#​2572](https://togithub.com/getsentry/sentry-python/issues/2572)) by [@​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 ([#​2536](https://togithub.com/getsentry/sentry-python/issues/2536)) by [@​antonpirker](https://togithub.com/antonpirker) - Metric span summaries ([#​2522](https://togithub.com/getsentry/sentry-python/issues/2522)) by [@​mitsuhiko](https://togithub.com/mitsuhiko) - Add source context to code locations ([#​2539](https://togithub.com/getsentry/sentry-python/issues/2539)) by [@​jan-auer](https://togithub.com/jan-auer) - Use in-app filepath instead of absolute path ([#​2541](https://togithub.com/getsentry/sentry-python/issues/2541)) by [@​antonpirker](https://togithub.com/antonpirker) - Switch to `jinja2` for generating CI yamls ([#​2534](https://togithub.com/getsentry/sentry-python/issues/2534)) by [@​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 ([#​2532](https://togithub.com/getsentry/sentry-python/issues/2532)) by [@​sentrivana](https://togithub.com/sentrivana) - build(deps): bump checkouts/data-schemas from `68def1e` to `e9f7d58` ([#​2501](https://togithub.com/getsentry/sentry-python/issues/2501)) by [@​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 ([#​2429](https://togithub.com/getsentry/sentry-python/issues/2429)) by [@​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 ([#​2526](https://togithub.com/getsentry/sentry-python/issues/2526)) by [@​jan-auer](https://togithub.com/jan-auer) - Add query source to DB spans ([#​2521](https://togithub.com/getsentry/sentry-python/issues/2521)) by [@​antonpirker](https://togithub.com/antonpirker) - Send events to Spotlight sidecar ([#​2524](https://togithub.com/getsentry/sentry-python/issues/2524)) by [@​HazAT](https://togithub.com/HazAT) - Run integration tests with newest `pytest` ([#​2518](https://togithub.com/getsentry/sentry-python/issues/2518)) by [@​sentrivana](https://togithub.com/sentrivana) - Bring tests up to date ([#​2512](https://togithub.com/getsentry/sentry-python/issues/2512)) by [@​sentrivana](https://togithub.com/sentrivana) - Fix: Prevent global var from being discarded at shutdown ([#​2530](https://togithub.com/getsentry/sentry-python/issues/2530)) by [@​antonpirker](https://togithub.com/antonpirker) - Fix: Scope transaction source not being updated in scope.span setter ([#​2519](https://togithub.com/getsentry/sentry-python/issues/2519)) by [@​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