Update dependency sentry-sdk to v1.13.0 #98

Merged
Xefir merged 1 commits from renovate/sentry-sdk-1.x into master 2023-01-13 08:45:05 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
sentry-sdk (changelog) dependencies minor 1.12.1 -> 1.13.0

Release Notes

getsentry/sentry-python

v1.13.0

Compare Source

Various fixes & improvements

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | dependencies | minor | `1.12.1` -> `1.13.0` | --- ### Release Notes <details> <summary>getsentry/sentry-python</summary> ### [`v1.13.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#&#8203;1130) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.12.1...1.13.0) ##### Various fixes & improvements - Add Starlite integration ([#&#8203;1748](https://github.com/getsentry/sentry-python/issues/1748)) by [@&#8203;gazorby](https://github.com/gazorby) Adding support for the [Starlite](https://starlite-api.github.io/starlite/1.48/) framework. Unhandled errors are captured. Performance spans for Starlite middleware are also captured. Thanks [@&#8203;gazorby](https://github.com/gazorby) for the great work! Usage: ```python from starlite import Starlite, get import sentry_sdk from sentry_sdk.integrations.starlite import StarliteIntegration sentry_sdk.init( dsn="...", traces_sample_rate=1.0, integrations=[ StarliteIntegration(), ], ) @&#8203;get("/") def hello_world() -> dict[str, str]: """Keeping the tradition alive with hello world.""" bla = 1/0 # causing an error return {"hello": "world"} app = Starlite(route_handlers=[hello_world]) ``` - Profiling: Remove sample buffer from profiler ([#&#8203;1791](https://github.com/getsentry/sentry-python/issues/1791)) by [@&#8203;Zylphrex](https://github.com/Zylphrex) - Profiling: Performance tweaks to profile sampler ([#&#8203;1789](https://github.com/getsentry/sentry-python/issues/1789)) by [@&#8203;Zylphrex](https://github.com/Zylphrex) - Add span for Django SimpleTemplateResponse rendering ([#&#8203;1818](https://github.com/getsentry/sentry-python/issues/1818)) by [@&#8203;chdsbd](https://github.com/chdsbd) - Use [@&#8203;wraps](https://github.com/wraps) for Django Signal receivers ([#&#8203;1815](https://github.com/getsentry/sentry-python/issues/1815)) by [@&#8203;meanmail](https://github.com/meanmail) - Add enqueued_at and started_at to rq job extra ([#&#8203;1024](https://github.com/getsentry/sentry-python/issues/1024)) by [@&#8203;kruvasyan](https://github.com/kruvasyan) - Remove sanic v22 pin ([#&#8203;1819](https://github.com/getsentry/sentry-python/issues/1819)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Add support for `byterray` and `memoryview` built-in types ([#&#8203;1833](https://github.com/getsentry/sentry-python/issues/1833)) by [@&#8203;Tarty](https://github.com/Tarty) - Handle `"rc"` in SQLAlchemy version. ([#&#8203;1812](https://github.com/getsentry/sentry-python/issues/1812)) by [@&#8203;peterschutt](https://github.com/peterschutt) - Doc: Use .venv (not .env) as a virtual env location in CONTRIBUTING.md ([#&#8203;1790](https://github.com/getsentry/sentry-python/issues/1790)) by [@&#8203;tonyo](https://github.com/tonyo) - Auto publish to internal pypi on release ([#&#8203;1823](https://github.com/getsentry/sentry-python/issues/1823)) by [@&#8203;asottile-sentry](https://github.com/asottile-sentry) - Added Python 3.11 to test suite ([#&#8203;1795](https://github.com/getsentry/sentry-python/issues/1795)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Update test/linting dependencies ([#&#8203;1801](https://github.com/getsentry/sentry-python/issues/1801)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Deps: bump sphinx from 5.2.3 to 5.3.0 ([#&#8203;1686](https://github.com/getsentry/sentry-python/issues/1686)) by [@&#8203;dependabot](https://github.com/dependabot) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4xIn0=-->
Xefir added 1 commit 2023-01-13 00:16:25 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
9a1aa6fc20
Update dependency sentry-sdk to v1.13.0
Xefir merged commit 4027fd0063 into master 2023-01-13 08:45:05 +00:00
Xefir deleted branch renovate/sentry-sdk-1.x 2023-01-13 08:45:10 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#98
No description provided.