build(deps): bump sentry-sdk from 2.59.0 to 2.61.1 #1210 (lando@main)

Warnings
  • Checking...
Blockers
  • Checking...
Branches dependabot/pip/sentry-sdk-2.61.1 -> main
Repo lando@main (git) (git://github.com/mozilla-conduit/lando.git)
Author dependabot[bot]
State closed
Commit Title build(deps): bump sentry-sdk from 2.59.0 to 2.61.1
Commit Body Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.59.0 to 2.61.1. <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.61.1</h2> <h3>Internal Changes 🔧</h3> <h4>Rq</h4> <ul> <li>Pin <code>fakeredis&lt;2.36.0</code> in tests by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6454">#6454</a></li> <li>Unpin <code>redis</code> and <code>fakeredis</code> for tests by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6443">#6443</a></li> </ul> <h4>Other</h4> <ul> <li>(aiohttp) Unfurl spans explicitly instead of using pop() by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6435">#6435</a></li> <li>(tox) Migrate from pip to uv via tox-uv by <a href="https://github.com/sentry-junior"><code>@​sentry-junior</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6390">#6390</a></li> <li>Pin redis&lt;8 for rq by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6438">#6438</a></li> </ul> <h2>2.61.0</h2> <h3>New Features ✨</h3> <ul> <li> <p>Add <code>server.address</code> to transformed spans when <code>stream_gen_ai_spans=True</code> by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6307">#6307</a></p> </li> <li> <p>Allow integrations to define control flow exceptions by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6425">#6425</a></p> </li> <li> <p>Disable string truncation for events by default by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6290">#6290</a></p> <p>Following a previous significant increase of the string truncation limit, we've now completely removed the limit by default. In case you have large strings in your events, you should now be able to see them.</p> <p>In rare cases, if you have really long strings (or a lot of them), you might see envelopes being dropped because of their size. If that happens, you can set the <code>max_value_length</code> <code>init</code> option to the previous value of <code>100_000</code>:</p> <pre lang="python"><code>sentry_sdk.init( ..., max_value_length=100_000, ) </code></pre> </li> </ul> <h3>Bug Fixes 🐛</h3> <h4>Langchain</h4> <ul> <li>Stop setting transaction status when child span fails by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6301">#6301</a></li> <li>Catch <code>TypeError</code> on <code>langchain.agents</code> import by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6268">#6268</a></li> </ul> <h4>Openai Agents</h4> <ul> <li>Handle <code>starting_agent</code> keyword argument in runner patches by <a href="https://github.com/ericapisani"><code>@​ericapisani</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6428">#6428</a></li> <li>Remove hosted MCP tool spans by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6391">#6391</a></li> <li>Use <code>name</code>, not <code>description</code> in <code>start_span</code> by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6323">#6323</a></li> <li>Stop setting transaction status when child span fails by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6303">#6303</a></li> </ul> <h4>Pydantic AI</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.61.1</h2> <h3>Internal Changes 🔧</h3> <h4>Rq</h4> <ul> <li>Pin <code>fakeredis&lt;2.36.0</code> in tests by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6454">#6454</a></li> <li>Unpin <code>redis</code> and <code>fakeredis</code> for tests by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6443">#6443</a></li> </ul> <h4>Other</h4> <ul> <li>(aiohttp) Unfurl spans explicitly instead of using pop() by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6435">#6435</a></li> <li>(tox) Migrate from pip to uv via tox-uv by <a href="https://github.com/sentry-junior"><code>@​sentry-junior</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6390">#6390</a></li> <li>Pin redis&lt;8 for rq by <a href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6438">#6438</a></li> </ul> <h2>2.61.0</h2> <h3>New Features ✨</h3> <ul> <li> <p>Add <code>server.address</code> to transformed spans when <code>stream_gen_ai_spans=True</code> by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6307">#6307</a></p> </li> <li> <p>Allow integrations to define control flow exceptions by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6425">#6425</a></p> </li> <li> <p>Disable string truncation for events by default by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6290">#6290</a></p> <p>Following a previous significant increase of the string truncation limit, we've now completely removed the limit by default. In case you have large strings in your events, you should now be able to see them.</p> <p>In rare cases, if you have really long strings (or a lot of them), you might see envelopes being dropped because of their size. If that happens, you can set the <code>max_value_length</code> <code>init</code> option to the previous value of <code>100_000</code>:</p> <pre lang="python"><code>sentry_sdk.init( ..., max_value_length=100_000, ) </code></pre> </li> </ul> <h3>Bug Fixes 🐛</h3> <h4>Langchain</h4> <ul> <li>Stop setting transaction status when child span fails by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6301">#6301</a></li> <li>Catch <code>TypeError</code> on <code>langchain.agents</code> import by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6268">#6268</a></li> </ul> <h4>Openai Agents</h4> <ul> <li>Handle <code>starting_agent</code> keyword argument in runner patches by <a href="https://github.com/ericapisani"><code>@​ericapisani</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6428">#6428</a></li> <li>Remove hosted MCP tool spans by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6391">#6391</a></li> <li>Use <code>name</code>, not <code>description</code> in <code>start_span</code> by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6323">#6323</a></li> <li>Stop setting transaction status when child span fails by <a href="https://github.com/alexander-alderman-webb"><code>@​alexander-alderman-webb</code></a> in <a href="https://redirect.github.com/getsentry/sentry-python/pull/6303">#6303</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-python/commit/5c955591bdef03d193d844a4852628f2faa15b12"><code>5c95559</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-python/commit/b98bcb1d05ea37b321bf189a74e6f8f5e0bdf877"><code>b98bcb1</code></a> release: 2.61.1</li> <li><a href="https://github.com/getsentry/sentry-python/commit/504cbe96abb1d7c96a8a4fc1b60715b34b3d18c4"><code>504cbe9</code></a> ci(rq): Pin <code>fakeredis&lt;2.36.0</code> in tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6454">#6454</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/1f3f3eb98cf3bacc7d237d2033200bd1b3db0d24"><code>1f3f3eb</code></a> fix(sampling): Attribute <code>backpressure</code> as unsampling reason more accurately ...</li> <li><a href="https://github.com/getsentry/sentry-python/commit/2ce26d120b2ea8622bd463188fc6b4150aafdb2c"><code>2ce26d1</code></a> ci(tox): migrate from pip to uv via tox-uv (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6390">#6390</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/8a4062bb42abd80d345ae8be21c2a1c4963ef145"><code>8a4062b</code></a> ci(rq): Unpin <code>redis</code> and <code>fakeredis</code> for tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6443">#6443</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/8d442df82a9633de7023ce9e8dd07d5fbef08c50"><code>8d442df</code></a> fix(span-first): Set <code>user.ip_address</code> on all streamed spans (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6434">#6434</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/e8d67d8cbf90c327d33beb999fb33f9a767a895f"><code>e8d67d8</code></a> feat(rust-tracing): Support span streaming (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6433">#6433</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/0749d3e52d10944bdcf4fb0cec23abea1a015e83"><code>0749d3e</code></a> feat(litellm): Support span streaming (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6317">#6317</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/b4e036730e7988f7a21b93b2024ee5c554510d7f"><code>b4e0367</code></a> test(aiohttp): Unfurl spans explicitly instead of using pop() (<a href="https://redirect.github.com/getsentry/sentry-python/issues/6435">#6435</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.59.0...2.61.1">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.59.0&new-version=2.61.1)](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 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>

Landings

Not yet Landed
There has been no attempt to land revisions in this stack.