rclement / mailer

Dead-simple mailer micro-service for static websites
https://rclement.github.io/mailer/
GNU Affero General Public License v3.0
59 stars 8 forks source link

Update dependency sentry-sdk to v1.27.0 #774

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-sdk (changelog) ==1.26.0 -> ==1.27.0 age adoption passing confidence

Release Notes

getsentry/sentry-python (sentry-sdk) ### [`v1.27.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#​1270) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.26.0...1.27.0) ##### Various fixes & improvements - Support for SQLAlchemy 2.0 ([#​2200](https://togithub.com/getsentry/sentry-python/issues/2200)) by [@​antonpirker](https://togithub.com/antonpirker) - Add instrumentation of `aiohttp` client requests ([#​1761](https://togithub.com/getsentry/sentry-python/issues/1761)) by [@​md384](https://togithub.com/md384) - Add Django template tag for adding Sentry tracing information ([#​2222](https://togithub.com/getsentry/sentry-python/issues/2222)) by [@​antonpirker](https://togithub.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 ([#​2203](https://togithub.com/getsentry/sentry-python/issues/2203)) by [@​antonpirker](https://togithub.com/antonpirker) - Take trace ID always from propagation context ([#​2209](https://togithub.com/getsentry/sentry-python/issues/2209)) by [@​antonpirker](https://togithub.com/antonpirker) - Fix trace context in event payload ([#​2205](https://togithub.com/getsentry/sentry-python/issues/2205)) by [@​antonpirker](https://togithub.com/antonpirker) - Use new top level API in `trace_propagation_meta` ([#​2202](https://togithub.com/getsentry/sentry-python/issues/2202)) by [@​antonpirker](https://togithub.com/antonpirker) - Do not overwrite existing baggage on outgoing requests ([#​2191](https://togithub.com/getsentry/sentry-python/issues/2191), [#​2214](https://togithub.com/getsentry/sentry-python/issues/2214)) by [@​sentrivana](https://togithub.com/sentrivana) - Set the transaction/span status from an OTel span ([#​2115](https://togithub.com/getsentry/sentry-python/issues/2115)) by [@​daniil-konovalenko](https://togithub.com/daniil-konovalenko) - Fix propagation of OTel `NonRecordingSpan` ([#​2187](https://togithub.com/getsentry/sentry-python/issues/2187)) by [@​hartungstenio](https://togithub.com/hartungstenio) - Fix `TaskLockedException` handling in Huey integration ([#​2206](https://togithub.com/getsentry/sentry-python/issues/2206)) by [@​Zhenay](https://togithub.com/Zhenay) - Add message format configuration arguments to Loguru integration ([#​2208](https://togithub.com/getsentry/sentry-python/issues/2208)) by [@​Gwill](https://togithub.com/Gwill) - Profiling: Add client reports for profiles ([#​2207](https://togithub.com/getsentry/sentry-python/issues/2207)) by [@​Zylphrex](https://togithub.com/Zylphrex) - CI: Fix CI ([#​2220](https://togithub.com/getsentry/sentry-python/issues/2220)) by [@​antonpirker](https://togithub.com/antonpirker) - Dependencies: Bump `checkouts/data-schemas` from `7fdde87` to `1b85152` ([#​2218](https://togithub.com/getsentry/sentry-python/issues/2218)) by [@​dependabot](https://togithub.com/dependabot) - Dependencies: Bump `mypy` from 1.3.0 to 1.4.1 ([#​2194](https://togithub.com/getsentry/sentry-python/issues/2194)) by [@​dependabot](https://togithub.com/dependabot) - Docs: Change API doc theme ([#​2210](https://togithub.com/getsentry/sentry-python/issues/2210)) by [@​sentrivana](https://togithub.com/sentrivana) - Docs: Allow (some) autocompletion for top-level API ([#​2213](https://togithub.com/getsentry/sentry-python/issues/2213)) by [@​sentrivana](https://togithub.com/sentrivana) - Docs: Revert autocomplete hack ([#​2224](https://togithub.com/getsentry/sentry-python/issues/2224)) by [@​sentrivana](https://togithub.com/sentrivana)

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #774 (a9bdc36) into master (67e75ba) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #774   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          834       834           
  Branches        62        62           
=========================================
  Hits           834       834           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more