Files
bracket/backend
dependabot[bot] 356769fd00 Bump sentry-sdk from 2.46.0 to 2.47.0 in /backend (#1455)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from
2.46.0 to 2.47.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.47.0</h2>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>fix: Make PropagationContext.from_incoming_data always return a
PropagationContext by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5186">#5186</a></li>
<li>fix(integrations): anthropic set <code>GEN_AI_OPERATION_NAME</code>
by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5185">#5185</a></li>
<li>fix(spotlight): align behavior with SDK spec by <a
href="https://github.com/BYK"><code>@​BYK</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5169">#5169</a></li>
<li>fix(integrations): do not exit early when config is not passed as it
is not required and prohibits setting
<code>gen_ai.request.messages</code> by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5167">#5167</a></li>
<li>fix(langchain): add gen_ai.response.model to chat spans by <a
href="https://github.com/shellmayr"><code>@​shellmayr</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5159">#5159</a></li>
<li>fix(integrations): add the system prompt to the
<code>gen_ai.request.messages</code> attribute by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5161">#5161</a></li>
<li>fix(ai): Handle Pydantic model classes in _normalize_data by <a
href="https://github.com/skalinchuk"><code>@​skalinchuk</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5143">#5143</a></li>
<li>fix(openai-agents): Avoid double span exit on exception 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/5174">#5174</a></li>
<li>fix(openai-agents): Store <code>invoke_agent</code> span on
<code>agents.RunContextWrapper</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/5165">#5165</a></li>
<li>Add back span status by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5147">#5147</a></li>
</ul>
<h3>New Features </h3>
<ul>
<li>feat(integrations): openai-agents: add usage and response model
reporting for chat and invoke_agent spans by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5157">#5157</a></li>
<li>feat: Implement strict_trace_continuation by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5178">#5178</a></li>
<li>feat(integration): pydantic-ai: properly report token usage and
response model for invoke_agent spans by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5153">#5153</a></li>
<li>feat(integrations): add support for embed_content methods in
GoogleGenAI integration by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5128">#5128</a></li>
<li>feat(logs): Record discarded log bytes 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/5144">#5144</a></li>
<li>feat: Add an initial changelog config by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5145">#5145</a></li>
<li>feat(django): Instrument database rollbacks 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/5115">#5115</a></li>
<li>feat(django): Instrument database commits 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/5100">#5100</a></li>
<li>feat(openai-agents): Truncate long messages 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/5141">#5141</a></li>
<li>Add org_id support by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5166">#5166</a></li>
</ul>
<h3>Deprecations</h3>
<ul>
<li>Deprecate <code>continue_from_headers</code> by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5160">#5160</a></li>
</ul>
<h3>Build / dependencies / internal 🔧</h3>
<ul>
<li>Remove unsupported SPANSTATUS.(ERROR|UNSET) by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5146">#5146</a></li>
<li>Rename setup_otlp_exporter to setup_otlp_traces_exporter by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5142">#5142</a></li>
<li>Simplify continue_trace to reuse propagation_context values by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5158">#5158</a></li>
<li>Make PropagationContext hold baggage instead of
dynamic_sampling_context by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5156">#5156</a></li>
<li>Cleanup PropagationContext.from_incoming_data by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5155">#5155</a></li>
<li>chore: Add <code>commit_patterns</code> to changelog config, remove
auto-labeler by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5176">#5176</a></li>
<li>build(deps): bump actions/github-script from 7 to 8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5171">#5171</a></li>
<li>build(deps): bump supercharge/redis-github-action from 1.8.1 to 2 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/getsentry/sentry-python/pull/5172">#5172</a></li>
<li>ci: 🤖 Update test matrix with new releases (12/01) by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5173">#5173</a></li>
<li>ci: Add auto-label GH action by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5163">#5163</a></li>
<li>ci: Split up Test AI workflow 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/5148">#5148</a></li>
<li>ci: Update test matrix with new releases (11/24) 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/5139">#5139</a></li>
<li>test: Import integrations with empty shadow modules 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/5150">#5150</a></li>
<li>Add deprecations to changelog categories by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5162">#5162</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.47.0</h2>
<h3>Bug Fixes 🐛</h3>
<ul>
<li>fix: Make PropagationContext.from_incoming_data always return a
PropagationContext by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5186">#5186</a></li>
<li>fix(integrations): anthropic set <code>GEN_AI_OPERATION_NAME</code>
by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5185">#5185</a></li>
<li>fix(spotlight): align behavior with SDK spec by <a
href="https://github.com/BYK"><code>@​BYK</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5169">#5169</a></li>
<li>fix(integrations): do not exit early when config is not passed as it
is not required and prohibits setting
<code>gen_ai.request.messages</code> by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5167">#5167</a></li>
<li>fix(langchain): add gen_ai.response.model to chat spans by <a
href="https://github.com/shellmayr"><code>@​shellmayr</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5159">#5159</a></li>
<li>fix(integrations): add the system prompt to the
<code>gen_ai.request.messages</code> attribute by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5161">#5161</a></li>
<li>fix(ai): Handle Pydantic model classes in _normalize_data by <a
href="https://github.com/skalinchuk"><code>@​skalinchuk</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5143">#5143</a></li>
<li>fix(openai-agents): Avoid double span exit on exception 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/5174">#5174</a></li>
<li>fix(openai-agents): Store <code>invoke_agent</code> span on
<code>agents.RunContextWrapper</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/5165">#5165</a></li>
<li>Add back span status by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5147">#5147</a></li>
</ul>
<h3>New Features </h3>
<ul>
<li>feat(integrations): openai-agents: add usage and response model
reporting for chat and invoke_agent spans by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5157">#5157</a></li>
<li>feat: Implement strict_trace_continuation by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5178">#5178</a></li>
<li>feat(integration): pydantic-ai: properly report token usage and
response model for invoke_agent spans by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5153">#5153</a></li>
<li>feat(integrations): add support for embed_content methods in
GoogleGenAI integration by <a
href="https://github.com/constantinius"><code>@​constantinius</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5128">#5128</a></li>
<li>feat(logs): Record discarded log bytes 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/5144">#5144</a></li>
<li>feat: Add an initial changelog config by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5145">#5145</a></li>
<li>feat(django): Instrument database rollbacks 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/5115">#5115</a></li>
<li>feat(django): Instrument database commits 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/5100">#5100</a></li>
<li>feat(openai-agents): Truncate long messages 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/5141">#5141</a></li>
<li>Add org_id support by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5166">#5166</a></li>
</ul>
<h3>Deprecations</h3>
<ul>
<li>Deprecate <code>continue_from_headers</code> by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5160">#5160</a></li>
</ul>
<h3>Build / dependencies / internal 🔧</h3>
<ul>
<li>Remove unsupported SPANSTATUS.(ERROR|UNSET) by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5146">#5146</a></li>
<li>Rename setup_otlp_exporter to setup_otlp_traces_exporter by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5142">#5142</a></li>
<li>Simplify continue_trace to reuse propagation_context values by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5158">#5158</a></li>
<li>Make PropagationContext hold baggage instead of
dynamic_sampling_context by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5156">#5156</a></li>
<li>Cleanup PropagationContext.from_incoming_data by <a
href="https://github.com/sl0thentr0py"><code>@​sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5155">#5155</a></li>
<li>chore: Add <code>commit_patterns</code> to changelog config, remove
auto-labeler by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5176">#5176</a></li>
<li>build(deps): bump actions/github-script from 7 to 8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5171">#5171</a></li>
<li>build(deps): bump supercharge/redis-github-action from 1.8.1 to 2 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/getsentry/sentry-python/pull/5172">#5172</a></li>
<li>ci: 🤖 Update test matrix with new releases (12/01) by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5173">#5173</a></li>
<li>ci: Add auto-label GH action by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5163">#5163</a></li>
<li>ci: Split up Test AI workflow 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/5148">#5148</a></li>
<li>ci: Update test matrix with new releases (11/24) 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/5139">#5139</a></li>
<li>test: Import integrations with empty shadow modules 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/5150">#5150</a></li>
<li>Add deprecations to changelog categories by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a> in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/5162">#5162</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a1e3004593"><code>a1e3004</code></a>
Update CHANGELOG.md</li>
<li><a
href="9aa07c5747"><code>9aa07c5</code></a>
release: 2.47.0</li>
<li><a
href="8d0b6ccf86"><code>8d0b6cc</code></a>
fix(openai-agents): Avoid double span exit on exception (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/5174">#5174</a>)</li>
<li><a
href="d2d3d3545f"><code>d2d3d35</code></a>
test: Import integrations with empty shadow modules (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/5150">#5150</a>)</li>
<li><a
href="9a9fbfef0b"><code>9a9fbfe</code></a>
fix: Make PropagationContext.from_incoming_data always return a
PropagationCo...</li>
<li><a
href="9c9510d7d3"><code>9c9510d</code></a>
feat(integrations): openai-agents: add usage and response model
reporting for...</li>
<li><a
href="4df00564dc"><code>4df0056</code></a>
fix(integrations): anthropic set <code>GEN_AI_OPERATION_NAME</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/5185">#5185</a>)</li>
<li><a
href="6c6705a3d9"><code>6c6705a</code></a>
fix(spotlight): align behavior with SDK spec (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/5169">#5169</a>)</li>
<li><a
href="7449603a80"><code>7449603</code></a>
feat(openai-agents): Truncate long messages (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/5141">#5141</a>)</li>
<li><a
href="996f9359aa"><code>996f935</code></a>
fix(openai-agents): Store <code>invoke_agent</code> span on
<code>agents.RunContextWrapper</code> (...</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-python/compare/2.46.0...2.47.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=uv&previous-version=2.46.0&new-version=2.47.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 07:56:02 +00:00
..
2025-11-14 10:47:23 +00:00
2025-11-14 10:47:23 +00:00
2023-01-12 21:04:51 +01:00
2025-11-14 10:47:23 +00:00
2022-12-24 14:33:51 +01:00
2022-12-27 12:49:44 +01:00
2024-09-10 20:32:59 +02:00
2025-11-14 10:47:23 +00:00