chore(pip-prod)(deps): bump sentry-sdk from 2.11.0 to 2.12.0 #323

Merged
dependabot[bot] merged 1 commits from dependabot/pip/sentry-sdk-2.12.0 into main 2024-08-02 00:31:42 +02:00
dependabot[bot] commented 2024-08-01 17:59:29 +02:00 (Migrated from github.com)

Bumps sentry-sdk from 2.11.0 to 2.12.0.

Release notes

Sourced from sentry-sdk's releases.

2.12.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.12.0

Various fixes & improvements

Commits
  • 441c0f7 Updated changelog
  • ab3eb1f release: 2.12.0
  • f8e5d2f Add span data to the transactions trace context (#3374)
  • 0f3e5db ci: Remove Django setuptools pin
  • b658e4b feat(integrations): Add async support for ai_track decorator
  • fc5db4f ref(otel): Remove experimental autoinstrumentation (#3239)
  • 6bb2081 build(deps): bump checkouts/data-schemas from 0feb234 to 6d2c435 (#3369)
  • 2ce6677 tests: Test with Django 5.1 RC (#3370)
  • bd293e5 Expose the scope getters to top level API and use them everywhere (#3357)
  • c9765cd ci: Workaround bug preventing Django test runs (#3371)
  • Additional commits viewable in compare view

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.11.0 to 2.12.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.12.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>API: Expose the scope getters to top level API and use them everywhere (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3357">#3357</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>API: <code>push_scope</code> deprecation warning (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3355">#3355</a>) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3355">#3355</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>API: Replace <code>push_scope</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3353">#3353</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3354">#3354</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>API: Deprecate, avoid, or stop using <code>configure_scope</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3348">#3348</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3349">#3349</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3350">#3350</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3351">#3351</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>OTel: Remove experimental autoinstrumentation (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3239">#3239</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Graphene: Add span for grapqhl operation (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2788">#2788</a>) by <a href="https://github.com/czyber"><code>@​czyber</code></a></li> <li>AI: Add async support for <code>ai_track</code> decorator (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3376">#3376</a>) by <a href="https://github.com/czyber"><code>@​czyber</code></a></li> <li>CI: Workaround bug preventing Django test runs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3371">#3371</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>CI: Remove Django setuptools pin (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3378">#3378</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Tests: Test with Django 5.1 RC (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3370">#3370</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Broaden <code>add_attachment</code> type (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3342">#3342</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Add span data to the transactions trace context (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3374">#3374</a>) by <a href="https://github.com/antonpirker"><code>@​antonpirker</code></a></li> <li>Gracefully fail attachment path not found case (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3337">#3337</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>Document attachment parameters (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3342">#3342</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Bump checkouts/data-schemas from <code>0feb234</code> to <code>6d2c435</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3369">#3369</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump checkouts/data-schemas from <code>88273a9</code> to <code>0feb234</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3252">#3252</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.12.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>API: Expose the scope getters to top level API and use them everywhere (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3357">#3357</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>API: <code>push_scope</code> deprecation warning (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3355">#3355</a>) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3355">#3355</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>API: Replace <code>push_scope</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3353">#3353</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3354">#3354</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>API: Deprecate, avoid, or stop using <code>configure_scope</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3348">#3348</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3349">#3349</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3350">#3350</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3351">#3351</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>OTel: Remove experimental autoinstrumentation (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3239">#3239</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Graphene: Add span for grapqhl operation (<a href="https://redirect.github.com/getsentry/sentry-python/issues/2788">#2788</a>) by <a href="https://github.com/czyber"><code>@​czyber</code></a></li> <li>AI: Add async support for <code>ai_track</code> decorator (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3376">#3376</a>) by <a href="https://github.com/czyber"><code>@​czyber</code></a></li> <li>CI: Workaround bug preventing Django test runs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3371">#3371</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>CI: Remove Django setuptools pin (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3378">#3378</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Tests: Test with Django 5.1 RC (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3370">#3370</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Broaden <code>add_attachment</code> type (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3342">#3342</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Add span data to the transactions trace context (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3374">#3374</a>) by <a href="https://github.com/antonpirker"><code>@​antonpirker</code></a></li> <li>Gracefully fail attachment path not found case (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3337">#3337</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>Document attachment parameters (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3342">#3342</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Bump checkouts/data-schemas from <code>0feb234</code> to <code>6d2c435</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3369">#3369</a>) by <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump checkouts/data-schemas from <code>88273a9</code> to <code>0feb234</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3252">#3252</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/441c0f76c1f319ca856cb24bb3b4cc790e526de2"><code>441c0f7</code></a> Updated changelog</li> <li><a href="https://github.com/getsentry/sentry-python/commit/ab3eb1f591124f7b6a6d3040986c68da0a0f1d7d"><code>ab3eb1f</code></a> release: 2.12.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/f8e5d2fbb43eb7105ed3017169c3abc0c4baf467"><code>f8e5d2f</code></a> Add span data to the transactions trace context (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3374">#3374</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/0f3e5db0c8aabcad0baf0e8b2d3e31e27e839b3e"><code>0f3e5db</code></a> ci: Remove Django setuptools pin</li> <li><a href="https://github.com/getsentry/sentry-python/commit/b658e4b80474bd48d3a2fe0d15a2f2fc3c7e98bc"><code>b658e4b</code></a> feat(integrations): Add async support for <code>ai_track</code> decorator</li> <li><a href="https://github.com/getsentry/sentry-python/commit/fc5db4f8c175d6affac6ea22b5041eb8f2de24a1"><code>fc5db4f</code></a> ref(otel): Remove experimental autoinstrumentation (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3239">#3239</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/6bb2081373bf8d68d70cb0e0662aee6c57076e09"><code>6bb2081</code></a> build(deps): bump checkouts/data-schemas from <code>0feb234</code> to <code>6d2c435</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3369">#3369</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/2ce6677e05b3e24515dbabb489b6557f326ec0a9"><code>2ce6677</code></a> tests: Test with Django 5.1 RC (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3370">#3370</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/bd293e56d596d6c92a12d9b23239bafda0c288ea"><code>bd293e5</code></a> Expose the scope getters to top level API and use them everywhere (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3357">#3357</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/c9765cdf9f3be9f31acc56628f7b5b7a81142e58"><code>c9765cd</code></a> ci: Workaround bug preventing Django test runs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3371">#3371</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.11.0...2.12.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.11.0&new-version=2.12.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-08-01 17:59:29 +02:00
sonarqubecloud[bot] commented 2024-08-01 19:17:57 +02: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_webexmemebot&pullRequest=323) **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_webexmemebot&pullRequest=323&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_webexmemebot&pullRequest=323&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_webexmemebot&pullRequest=323&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_webexmemebot&pullRequest=323&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_webexmemebot&pullRequest=323&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=323)
Sign in to join this conversation.
No description provided.