Update dependency sentry-sdk to v1.29.2 #49

Merged
jake merged 1 commits from renovate/sentry-sdk-1.x into master 2023-08-19 13:37:59 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
sentry-sdk (changelog) minor ==1.25.0 -> ==1.29.2

Release Notes

getsentry/sentry-python (sentry-sdk)

v1.29.2

Compare Source

Various fixes & improvements

v1.29.1

Compare Source

Various fixes & improvements

v1.29.0

Compare Source

Various fixes & improvements

v1.28.1

Compare Source

Various fixes & improvements

v1.28.0

Compare Source

Various fixes & improvements

v1.27.1

Compare Source

Various fixes & improvements
  • Add Starlette/FastAPI template tag for adding Sentry tracing information (#​2225) by @​antonpirker
    • By adding {{ sentry_trace_meta }} to your Starlette/FastAPI Jinja2 templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace started in the backend.
  • Fixed generation of baggage when a DSC is already in propagation context (#​2232) by @​antonpirker
  • Handle explicitly passing None for trace_configs in aiohttp (#​2230) by @​Harmon758
  • Support newest Starlette versions (#​2227) by @​antonpirker

v1.27.0

Compare Source

Various fixes & improvements

v1.26.0

Compare Source

Various fixes & improvements

v1.25.1

Compare Source

Django update (ongoing)

Collections of improvements to our Django integration.

By: @​mgaligniana (#​1773)

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 | Update | Change | |---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | minor | `==1.25.0` -> `==1.29.2` | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v1.29.2`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1292) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.29.1...1.29.2) ##### Various fixes & improvements - Revert GraphQL integration ([#&#8203;2287](https://github.com/getsentry/sentry-python/issues/2287)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v1.29.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1291) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.29.0...1.29.1) ##### Various fixes & improvements - Fix GraphQL integration swallowing responses ([#&#8203;2286](https://github.com/getsentry/sentry-python/issues/2286)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix typo ([#&#8203;2283](https://github.com/getsentry/sentry-python/issues/2283)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v1.29.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1290) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.28.1...1.29.0) ##### Various fixes & improvements - Capture GraphQL client errors ([#&#8203;2243](https://github.com/getsentry/sentry-python/issues/2243)) by [@&#8203;sentrivana](https://github.com/sentrivana) - The SDK will now create dedicated errors whenever an HTTP client makes a request to a `/graphql` endpoint and the response contains an error. You can opt out of this by providing `capture_graphql_errors=False` to the HTTP client integration. - Read MAX_VALUE_LENGTH from client options ([#&#8203;2121](https://github.com/getsentry/sentry-python/issues/2121)) ([#&#8203;2171](https://github.com/getsentry/sentry-python/issues/2171)) by [@&#8203;puittenbroek](https://github.com/puittenbroek) - Rename `request_bodies` to `max_request_body_size` ([#&#8203;2247](https://github.com/getsentry/sentry-python/issues/2247)) by [@&#8203;mgaligniana](https://github.com/mgaligniana) - Always sample checkin regardless of `sample_rate` ([#&#8203;2279](https://github.com/getsentry/sentry-python/issues/2279)) by [@&#8203;szokeasaurusrex](https://github.com/szokeasaurusrex) - Add information to short-interval cron error message ([#&#8203;2246](https://github.com/getsentry/sentry-python/issues/2246)) by [@&#8203;lobsterkatie](https://github.com/lobsterkatie) - Add DB connection attributes in spans ([#&#8203;2274](https://github.com/getsentry/sentry-python/issues/2274)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Add `db.system` to remaining Redis spans ([#&#8203;2271](https://github.com/getsentry/sentry-python/issues/2271)) by [@&#8203;AbhiPrasad](https://github.com/AbhiPrasad) - Clarified the procedure for running tests ([#&#8203;2276](https://github.com/getsentry/sentry-python/issues/2276)) by [@&#8203;szokeasaurusrex](https://github.com/szokeasaurusrex) - Fix Chalice tests ([#&#8203;2278](https://github.com/getsentry/sentry-python/issues/2278)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Bump Black from 23.3.0 to 23.7.0 ([#&#8203;2256](https://github.com/getsentry/sentry-python/issues/2256)) by [@&#8203;dependabot](https://github.com/dependabot) - Remove py3.4 from tox.ini ([#&#8203;2248](https://github.com/getsentry/sentry-python/issues/2248)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v1.28.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1281) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.28.0...1.28.1) ##### Various fixes & improvements - Redis: Add support for redis.asyncio ([#&#8203;1933](https://github.com/getsentry/sentry-python/issues/1933)) by [@&#8203;Zhenay](https://github.com/Zhenay) - Make sure each task that is started by Celery Beat has its own trace. ([#&#8203;2249](https://github.com/getsentry/sentry-python/issues/2249)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Add Sampling Decision to Trace Envelope Header ([#&#8203;2239](https://github.com/getsentry/sentry-python/issues/2239)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Do not add trace headers (`sentry-trace` and `baggage`) to HTTP requests to Sentry ([#&#8203;2240](https://github.com/getsentry/sentry-python/issues/2240)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Prevent adding `sentry-trace` header multiple times ([#&#8203;2235](https://github.com/getsentry/sentry-python/issues/2235)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Skip distributions with incomplete metadata ([#&#8203;2231](https://github.com/getsentry/sentry-python/issues/2231)) by [@&#8203;rominf](https://github.com/rominf) - Remove stale.yml ([#&#8203;2245](https://github.com/getsentry/sentry-python/issues/2245)) by [@&#8203;hubertdeng123](https://github.com/hubertdeng123) - Django: Fix 404 Handler handler being labeled as "generic ASGI request" ([#&#8203;1277](https://github.com/getsentry/sentry-python/issues/1277)) by [@&#8203;BeryJu](https://github.com/BeryJu) ### [`v1.28.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1280) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.27.1...1.28.0) ##### Various fixes & improvements - Add support for cron jobs in ARQ integration ([#&#8203;2088](https://github.com/getsentry/sentry-python/issues/2088)) by [@&#8203;lewazo](https://github.com/lewazo) - Backpressure handling prototype ([#&#8203;2189](https://github.com/getsentry/sentry-python/issues/2189)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) - Add "replay" context to event payload ([#&#8203;2234](https://github.com/getsentry/sentry-python/issues/2234)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Update test Django app to be compatible for Django 4.x ([#&#8203;1794](https://github.com/getsentry/sentry-python/issues/1794)) by [@&#8203;DilLip-Chowdary-Codes](https://github.com/DilLip-Chowdary-Codes) ### [`v1.27.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1271) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.27.0...1.27.1) ##### Various fixes & improvements - Add Starlette/FastAPI template tag for adding Sentry tracing information ([#&#8203;2225](https://github.com/getsentry/sentry-python/issues/2225)) by [@&#8203;antonpirker](https://github.com/antonpirker) - By adding `{{ sentry_trace_meta }}` to your Starlette/FastAPI Jinja2 templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace started in the backend. - Fixed generation of baggage when a DSC is already in propagation context ([#&#8203;2232](https://github.com/getsentry/sentry-python/issues/2232)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Handle explicitly passing `None` for `trace_configs` in `aiohttp` ([#&#8203;2230](https://github.com/getsentry/sentry-python/issues/2230)) by [@&#8203;Harmon758](https://github.com/Harmon758) - Support newest Starlette versions ([#&#8203;2227](https://github.com/getsentry/sentry-python/issues/2227)) by [@&#8203;antonpirker](https://github.com/antonpirker) ### [`v1.27.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1270) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.26.0...1.27.0) ##### Various fixes & improvements - Support for SQLAlchemy 2.0 ([#&#8203;2200](https://github.com/getsentry/sentry-python/issues/2200)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Add instrumentation of `aiohttp` client requests ([#&#8203;1761](https://github.com/getsentry/sentry-python/issues/1761)) by [@&#8203;md384](https://github.com/md384) - Add Django template tag for adding Sentry tracing information ([#&#8203;2222](https://github.com/getsentry/sentry-python/issues/2222)) by [@&#8203;antonpirker](https://github.com/antonpirker) - By adding `{{ sentry_trace_meta }}` to your Django templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace started in the backend. - Update Flask HTML meta helper ([#&#8203;2203](https://github.com/getsentry/sentry-python/issues/2203)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Take trace ID always from propagation context ([#&#8203;2209](https://github.com/getsentry/sentry-python/issues/2209)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Fix trace context in event payload ([#&#8203;2205](https://github.com/getsentry/sentry-python/issues/2205)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Use new top level API in `trace_propagation_meta` ([#&#8203;2202](https://github.com/getsentry/sentry-python/issues/2202)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Do not overwrite existing baggage on outgoing requests ([#&#8203;2191](https://github.com/getsentry/sentry-python/issues/2191), [#&#8203;2214](https://github.com/getsentry/sentry-python/issues/2214)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Set the transaction/span status from an OTel span ([#&#8203;2115](https://github.com/getsentry/sentry-python/issues/2115)) by [@&#8203;daniil-konovalenko](https://github.com/daniil-konovalenko) - Fix propagation of OTel `NonRecordingSpan` ([#&#8203;2187](https://github.com/getsentry/sentry-python/issues/2187)) by [@&#8203;hartungstenio](https://github.com/hartungstenio) - Fix `TaskLockedException` handling in Huey integration ([#&#8203;2206](https://github.com/getsentry/sentry-python/issues/2206)) by [@&#8203;Zhenay](https://github.com/Zhenay) - Add message format configuration arguments to Loguru integration ([#&#8203;2208](https://github.com/getsentry/sentry-python/issues/2208)) by [@&#8203;Gwill](https://github.com/Gwill) - Profiling: Add client reports for profiles ([#&#8203;2207](https://github.com/getsentry/sentry-python/issues/2207)) by [@&#8203;Zylphrex](https://github.com/Zylphrex) - CI: Fix CI ([#&#8203;2220](https://github.com/getsentry/sentry-python/issues/2220)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Dependencies: Bump `checkouts/data-schemas` from `7fdde87` to `1b85152` ([#&#8203;2218](https://github.com/getsentry/sentry-python/issues/2218)) by [@&#8203;dependabot](https://github.com/dependabot) - Dependencies: Bump `mypy` from 1.3.0 to 1.4.1 ([#&#8203;2194](https://github.com/getsentry/sentry-python/issues/2194)) by [@&#8203;dependabot](https://github.com/dependabot) - Docs: Change API doc theme ([#&#8203;2210](https://github.com/getsentry/sentry-python/issues/2210)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Docs: Allow (some) autocompletion for top-level API ([#&#8203;2213](https://github.com/getsentry/sentry-python/issues/2213)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Docs: Revert autocomplete hack ([#&#8203;2224](https://github.com/getsentry/sentry-python/issues/2224)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v1.26.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1260) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.25.1...1.26.0) ##### Various fixes & improvements - Tracing without performance ([#&#8203;2136](https://github.com/getsentry/sentry-python/issues/2136)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Load tracing information from environment ([#&#8203;2176](https://github.com/getsentry/sentry-python/issues/2176)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Auto-enable HTTPX integration if HTTPX installed ([#&#8203;2177](https://github.com/getsentry/sentry-python/issues/2177)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Support for SOCKS proxies ([#&#8203;1050](https://github.com/getsentry/sentry-python/issues/1050)) by [@&#8203;Roguelazer](https://github.com/Roguelazer) - Wrap `parse_url` calls in `capture_internal_exceptions` ([#&#8203;2162](https://github.com/getsentry/sentry-python/issues/2162)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Run 2.7 tests in CI again ([#&#8203;2181](https://github.com/getsentry/sentry-python/issues/2181)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Crons: Do not support sub-minute cron intervals ([#&#8203;2172](https://github.com/getsentry/sentry-python/issues/2172)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Profile: Add function name to profiler frame cache ([#&#8203;2164](https://github.com/getsentry/sentry-python/issues/2164)) by [@&#8203;Zylphrex](https://github.com/Zylphrex) - Dependencies: bump checkouts/data-schemas from `0ed3357` to `7fdde87` ([#&#8203;2165](https://github.com/getsentry/sentry-python/issues/2165)) by [@&#8203;dependabot](https://github.com/dependabot) - Update changelog ([#&#8203;2163](https://github.com/getsentry/sentry-python/issues/2163)) by [@&#8203;sentrivana](https://github.com/sentrivana) ### [`v1.25.1`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1251) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.25.0...1.25.1) ##### Django update (ongoing) Collections of improvements to our Django integration. By: [@&#8203;mgaligniana](https://github.com/mgaligniana) ([#&#8203;1773](https://github.com/getsentry/sentry-python/issues/1773)) ##### Various fixes & improvements - Fix `parse_url` ([#&#8203;2161](https://github.com/getsentry/sentry-python/issues/2161)) by [@&#8203;sentrivana](https://github.com/sentrivana) and [@&#8203;antonpirker](https://github.com/antonpirker) Our URL sanitization used in multiple integrations broke with the recent Python security update. If you started seeing `ValueError`s with `"'Filtered' does not appear to be an IPv4 or IPv6 address"`, this release fixes that. See [the original issue](https://github.com/getsentry/sentry-python/issues/2160) for more context. - Better version parsing in integrations ([#&#8203;2152](https://github.com/getsentry/sentry-python/issues/2152)) by [@&#8203;antonpirker](https://github.com/antonpirker) We now properly support all integration versions that conform to [PEP 440](https://peps.python.org/pep-0440/). This replaces our naïve version parsing that wouldn't accept versions such as `2.0.0rc1` or `2.0.5.post1`. - Align HTTP status code as span data field `http.response.status_code` ([#&#8203;2113](https://github.com/getsentry/sentry-python/issues/2113)) by [@&#8203;antonpirker](https://github.com/antonpirker) - Do not encode cached value to determine size ([#&#8203;2143](https://github.com/getsentry/sentry-python/issues/2143)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Fix using `unittest.mock` whenever available ([#&#8203;1926](https://github.com/getsentry/sentry-python/issues/1926)) by [@&#8203;mgorny](https://github.com/mgorny) - Fix 2.7 `common` tests ([#&#8203;2145](https://github.com/getsentry/sentry-python/issues/2145)) by [@&#8203;sentrivana](https://github.com/sentrivana) - Bump `actions/stale` from `6` to `8` ([#&#8203;1978](https://github.com/getsentry/sentry-python/issues/1978)) by [@&#8203;dependabot](https://github.com/dependabot) - Bump `black` from `22.12.0` to `23.3.0` ([#&#8203;1984](https://github.com/getsentry/sentry-python/issues/1984)) by [@&#8203;dependabot](https://github.com/dependabot) - Bump `mypy` from `1.2.0` to `1.3.0` ([#&#8203;2110](https://github.com/getsentry/sentry-python/issues/2110)) by [@&#8203;dependabot](https://github.com/dependabot) - Bump `sphinx` from `5.3.0` to `7.0.1` ([#&#8203;2112](https://github.com/getsentry/sentry-python/issues/2112)) 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM2LjI1LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate force-pushed renovate/sentry-sdk-1.x from 6597d01f22 to 37d73e8180 2023-07-04 14:00:48 +01:00 Compare
renovate changed title from Update dependency sentry-sdk to v1.26.0 to Update dependency sentry-sdk to v1.27.0 2023-07-04 14:00:51 +01:00
renovate changed title from Update dependency sentry-sdk to v1.27.0 to Update dependency sentry-sdk to v1.27.1 2023-07-06 16:00:59 +01:00
renovate force-pushed renovate/sentry-sdk-1.x from 45e5f21892 to 01963ce075 2023-07-10 12:00:56 +01:00 Compare
renovate changed title from Update dependency sentry-sdk to v1.27.1 to Update dependency sentry-sdk to v1.28.0 2023-07-10 12:00:59 +01:00
renovate force-pushed renovate/sentry-sdk-1.x from 01963ce075 to d258aeb01a 2023-07-13 12:00:41 +01:00 Compare
renovate changed title from Update dependency sentry-sdk to v1.28.0 to Update dependency sentry-sdk to v1.28.1 2023-07-13 12:00:43 +01:00
renovate force-pushed renovate/sentry-sdk-1.x from d258aeb01a to 69640c810e 2023-08-01 13:54:39 +01:00 Compare
renovate changed title from Update dependency sentry-sdk to v1.28.1 to Update dependency sentry-sdk to v1.29.1 2023-08-01 13:54:40 +01:00
renovate force-pushed renovate/sentry-sdk-1.x from 69640c810e to e7c6459915 2023-08-01 16:01:28 +01:00 Compare
renovate changed title from Update dependency sentry-sdk to v1.29.1 to Update dependency sentry-sdk to v1.29.2 2023-08-01 16:01:31 +01:00
jake merged commit f741595920 into master 2023-08-19 13:37:59 +01:00
jake deleted branch renovate/sentry-sdk-1.x 2023-08-19 13:37:59 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: repos/website#49
No description provided.