chore(pip-prod)(deps): bump sentry-sdk from 2.16.0 to 2.17.0 #392

Merged
dependabot[bot] merged 1 commits from dependabot/pip/sentry-sdk-2.17.0 into main 2024-10-18 18:09:06 +02:00
dependabot[bot] commented 2024-10-18 17:41:41 +02:00 (Migrated from github.com)

Bumps sentry-sdk from 2.16.0 to 2.17.0.

Release notes

Sourced from sentry-sdk's releases.

2.17.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.17.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.16.0 to 2.17.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.17.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>Add support for async calls in Anthropic and OpenAI integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3497">#3497</a>) by <a href="https://github.com/vetyy"><code>@​vetyy</code></a></li> <li>Allow custom transaction names in ASGI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3664">#3664</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>Langchain: Handle case when parent span wasn't traced (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3656">#3656</a>) by <a href="https://github.com/rbasoalto"><code>@​rbasoalto</code></a></li> <li>Fix Anthropic integration when using tool calls (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3615">#3615</a>) by <a href="https://github.com/kwnath"><code>@​kwnath</code></a></li> <li>More defensive Django Spotlight middleware injection (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3665">#3665</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Remove <code>ensure_integration_enabled_async</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3632">#3632</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Test with newer Falcon version (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3644">#3644</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3653">#3653</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3662">#3662</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Fix mypy (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3657">#3657</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Fix flaky transport test (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3666">#3666</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Remove pin on <code>sphinx</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3650">#3650</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Bump <code>actions/checkout</code> from <code>4.2.0</code> to <code>4.2.1</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3651">#3651</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.17.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>Add support for async calls in Anthropic and OpenAI integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3497">#3497</a>) by <a href="https://github.com/vetyy"><code>@​vetyy</code></a></li> <li>Allow custom transaction names in ASGI (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3664">#3664</a>) by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a></li> <li>Langchain: Handle case when parent span wasn't traced (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3656">#3656</a>) by <a href="https://github.com/rbasoalto"><code>@​rbasoalto</code></a></li> <li>Fix Anthropic integration when using tool calls (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3615">#3615</a>) by <a href="https://github.com/kwnath"><code>@​kwnath</code></a></li> <li>More defensive Django Spotlight middleware injection (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3665">#3665</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Remove <code>ensure_integration_enabled_async</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3632">#3632</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Test with newer Falcon version (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3644">#3644</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3653">#3653</a>, <a href="https://redirect.github.com/getsentry/sentry-python/issues/3662">#3662</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Fix mypy (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3657">#3657</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Fix flaky transport test (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3666">#3666</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Remove pin on <code>sphinx</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3650">#3650</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> <li>Bump <code>actions/checkout</code> from <code>4.2.0</code> to <code>4.2.1</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3651">#3651</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/e44c9eeafdb1d6e2df881018fd392c27f8372d59"><code>e44c9ee</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-python/commit/ee30db346c6b8533e247425a15f5079bd0ff1b79"><code>ee30db3</code></a> release: 2.17.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/365d9cf2444832e2b1fae8a84363589fc6832dcc"><code>365d9cf</code></a> Fix flaky transport test (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3666">#3666</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/9ae58209ee6e374c134be0aca69acf221db840f0"><code>9ae5820</code></a> Add support for async calls in Anthropic and OpenAI integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3497">#3497</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/891afee6dff62060fa4be27178745276cc62ee49"><code>891afee</code></a> fix(spotlight): More defensive Django spotlight middleware injection (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3665">#3665</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/f493057fdee8b542cdd2c949ee042864c8777133"><code>f493057</code></a> Allow custom transaction names in asgi (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3664">#3664</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/e463034c2c6ec20d9dd528f8e3e201f53d777f0a"><code>e463034</code></a> tests: Falcon RC1 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3662">#3662</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/deca5f2f015511acba3f4ad020ee473d3646201d"><code>deca5f2</code></a> build(deps): Remove pin on sphinx (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3650">#3650</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/302457dec22bd105beb849e98324f653d8c7b5f0"><code>302457d</code></a> build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3651">#3651</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/846b8b26aa94fd69565227cda3fbf107f5c4c1b1"><code>846b8b2</code></a> fix(langchain): handle case when parent span wasn't traced (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3656">#3656</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.16.0...2.17.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.16.0&new-version=2.17.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-10-18 17:41:41 +02:00
sonarqubecloud[bot] commented 2024-10-18 17:43:16 +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=392) **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=392&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=392&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=392&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=392&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=392&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=392)
Sign in to join this conversation.
No description provided.