chore(pip-prod)(deps): bump sentry-sdk from 2.18.0 to 2.19.0 #313

Merged
dependabot[bot] merged 1 commits from dependabot/pip/sentry-sdk-2.19.0 into main 2024-11-21 17:57:37 +01:00
dependabot[bot] commented 2024-11-21 17:16:14 +01:00 (Migrated from github.com)

Bumps sentry-sdk from 2.18.0 to 2.19.0.

Release notes

Sourced from sentry-sdk's releases.

2.19.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.19.0

Various fixes & improvements

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.18.0 to 2.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/releases">sentry-sdk's releases</a>.</em></p> <blockquote> <h2>2.19.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>New: introduce <code>rust_tracing</code> integration. See <a href="https://docs.sentry.io/platforms/python/integrations/rust_tracing/">https://docs.sentry.io/platforms/python/integrations/rust_tracing/</a> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3717">#3717</a>) by <a href="https://github.com/matt-codecov"><code>@​matt-codecov</code></a></li> <li>Auto enable Litestar integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3540">#3540</a>) by <a href="https://github.com/provinzkraut"><code>@​provinzkraut</code></a></li> <li>Deprecate <code>sentry_sdk.init</code> context manager (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3729">#3729</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>feat(spotlight): Send PII to Spotlight when no DSN is set (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3804">#3804</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>feat(spotlight): Add info logs when Sentry is enabled (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3735">#3735</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>feat(spotlight): Inject Spotlight button on Django (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3751">#3751</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3791">#3791</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>fix(logging): Handle parameter <code>stack_info</code> for the <code>LoggingIntegration</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3745">#3745</a>) by <a href="https://github.com/gmcrocetti"><code>@​gmcrocetti</code></a></li> <li>fix(pure-eval): Make sentry-sdk[pure-eval] installable with pip==24.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3757">#3757</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>fix(rust_tracing): include_tracing_fields arg to control unvetted data in rust_tracing integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3780">#3780</a>) by <a href="https://github.com/matt-codecov"><code>@​matt-codecov</code></a></li> <li>fix(aws) Fix aws lambda tests (by reducing event size) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3770">#3770</a>) by <a href="https://github.com/antonpirker"><code>@​antonpirker</code></a></li> <li>fix(arq): fix integration with Worker settings as a dict (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3742">#3742</a>) by <a href="https://github.com/saber-solooki"><code>@​saber-solooki</code></a></li> <li>fix(httpx): Prevent Sentry baggage duplication (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3728">#3728</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix(falcon): Don't exhaust request body stream (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3768">#3768</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix(integrations): Check <code>retries_left</code> before capturing exception (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3803">#3803</a>) by <a href="https://github.com/malkovro"><code>@​malkovro</code></a></li> <li>fix(openai): Use name instead of description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3807">#3807</a>) by <a href="https://github.com/sourceful-rob"><code>@​sourceful-rob</code></a></li> <li>test(gcp): Only run GCP tests when they should (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3721">#3721</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>chore: Shorten CI workflow names (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3805">#3805</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>chore: Test with pyspark prerelease (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3760">#3760</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3792">#3792</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3691">#3691</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md">sentry-sdk's changelog</a>.</em></p> <blockquote> <h2>2.19.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>New: introduce <code>rust_tracing</code> integration. See <a href="https://docs.sentry.io/platforms/python/integrations/rust_tracing/">https://docs.sentry.io/platforms/python/integrations/rust_tracing/</a> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3717">#3717</a>) by <a href="https://github.com/matt-codecov"><code>@​matt-codecov</code></a></li> <li>Auto enable Litestar integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3540">#3540</a>) by <a href="https://github.com/provinzkraut"><code>@​provinzkraut</code></a></li> <li>Deprecate <code>sentry_sdk.init</code> context manager (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3729">#3729</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>feat(spotlight): Send PII to Spotlight when no DSN is set (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3804">#3804</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>feat(spotlight): Add info logs when Sentry is enabled (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3735">#3735</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>feat(spotlight): Inject Spotlight button on Django (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3751">#3751</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3791">#3791</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>fix(logging): Handle parameter <code>stack_info</code> for the <code>LoggingIntegration</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3745">#3745</a>) by <a href="https://github.com/gmcrocetti"><code>@​gmcrocetti</code></a></li> <li>fix(pure-eval): Make sentry-sdk[pure-eval] installable with pip==24.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3757">#3757</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>fix(rust_tracing): include_tracing_fields arg to control unvetted data in rust_tracing integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3780">#3780</a>) by <a href="https://github.com/matt-codecov"><code>@​matt-codecov</code></a></li> <li>fix(aws) Fix aws lambda tests (by reducing event size) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3770">#3770</a>) by <a href="https://github.com/antonpirker"><code>@​antonpirker</code></a></li> <li>fix(arq): fix integration with Worker settings as a dict (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3742">#3742</a>) by <a href="https://github.com/saber-solooki"><code>@​saber-solooki</code></a></li> <li>fix(httpx): Prevent Sentry baggage duplication (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3728">#3728</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix(falcon): Don't exhaust request body stream (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3768">#3768</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix(integrations): Check <code>retries_left</code> before capturing exception (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3803">#3803</a>) by <a href="https://github.com/malkovro"><code>@​malkovro</code></a></li> <li>fix(openai): Use name instead of description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3807">#3807</a>) by <a href="https://github.com/sourceful-rob"><code>@​sourceful-rob</code></a></li> <li>test(gcp): Only run GCP tests when they should (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3721">#3721</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>chore: Shorten CI workflow names (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3805">#3805</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>chore: Test with pyspark prerelease (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3760">#3760</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3792">#3792</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3691">#3691</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-python/commit/039c220bcb5208b278bc1cd0b08611bdac26b895"><code>039c220</code></a> Updated changelog</li> <li><a href="https://github.com/getsentry/sentry-python/commit/c83e7428f44263e6d62ab88cb61034e7f438b2b4"><code>c83e742</code></a> release: 2.19.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/8fe5bb4b1946874f61bfc09dcce327e20bb24519"><code>8fe5bb4</code></a> feat: Send PII to Spotlight when no DSN is set (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3804">#3804</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/295dd8d50fc161c79db7249d228f87d79bb5bd38"><code>295dd8d</code></a> Auto enable Litestar integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3540">#3540</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/bd50c386527f0d014e2e3c5dea274f6836e713e6"><code>bd50c38</code></a> fix(httpx): Prevent Sentry baggage duplication (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3728">#3728</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/e9ec6c1812b3c4c0bebdfb736869c1f6a226dc71"><code>e9ec6c1</code></a> test(gcp): Only run GCP tests when they should (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3721">#3721</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/aa6e8fd05ca5812213c96cdaf125ab3ae23726f8"><code>aa6e8fd</code></a> fix(falcon): Don't exhaust request body stream (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3768">#3768</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/3e2885322a633398d62e8f1dae6315eefec35a34"><code>3e28853</code></a> fix(integrations): Check retries_left before capturing exception (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3803">#3803</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/01146bd3adeb220bcf6cdd7ca634d2d2bc83b18f"><code>01146bd</code></a> fix(openai): Use name instead of description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3807">#3807</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/d894fc232055ea06ac2ba1431519849e97973423"><code>d894fc2</code></a> Shorten CI workflow names (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3805">#3805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.18.0...2.19.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentry-sdk&package-manager=pip&previous-version=2.18.0&new-version=2.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
luketainton (Migrated from github.com) reviewed 2024-11-21 17:16:14 +01:00
sonarqubecloud[bot] commented 2024-11-21 17:17:46 +01:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=313) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=313&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=313&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=313&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=313&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=313&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=313)
Sign in to join this conversation.
No description provided.