Skip to content

Commit

Permalink
requirement: bump sentry-sdk from 2.8.0 to 2.11.0 (#332)
Browse files Browse the repository at this point in the history
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from
2.8.0 to 2.11.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.11.0</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>
<p>Add <code>disabled_integrations</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3328">#3328</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
<p>Disabling individual integrations is now much easier. Instead of
disabling all automatically enabled integrations and specifying the ones
you want to keep, you can now use the new <a
href="https://docs.sentry.io/platforms/python/configuration/options/#auto-enabling-integrations"><code>disabled_integrations</code></a>
config option to provide a list of integrations to disable:</p>
<pre lang="python"><code>import sentry_sdk
from sentry_sdk.integrations.flask import FlaskIntegration
<p>sentry_sdk.init(<br />
# Do not use the Flask integration even if Flask is installed.<br />
disabled_integrations=[<br />
FlaskIntegration(),<br />
],<br />
)<br />
</code></pre></p>
</li>
<li>
<p>Use operation name as transaction name in Strawberry (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3294">#3294</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
</li>
<li>
<p>WSGI integrations respect <code>SCRIPT_NAME</code> env variable (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/2622">#2622</a>)
by <a
href="https://github.com/sarvaSanjay"><code>@​sarvaSanjay</code></a></p>
</li>
<li>
<p>Make Django DB spans have origin <code>auto.db.django</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3319">#3319</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Sort breadcrumbs by time before sending (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3307">#3307</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Fix <code>KeyError('sentry-monitor-start-timestamp-s')</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3278">#3278</a>)
by <a
href="https://github.com/Mohsen-Khodabakhshi"><code>@​Mohsen-Khodabakhshi</code></a></p>
</li>
<li>
<p>Set MongoDB tags directly on span data (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3290">#3290</a>)
by <a
href="https://github.com/0Calories"><code>@​0Calories</code></a></p>
</li>
<li>
<p>Lower logger level for some messages (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3305">#3305</a>)
by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a>
and <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Emit deprecation warnings from <code>Hub</code> API (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3280">#3280</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Clarify that <code>instrumenter</code> is internal-only (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3299">#3299</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Support Django 5.1 (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3207">#3207</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
</li>
<li>
<p>Remove apparently unnecessary <code>if</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3298">#3298</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Preliminary support for Python 3.13 (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3200">#3200</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
</li>
<li>
<p>Move <code>sentry_sdk.init</code> out of <code>hub.py</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3276">#3276</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Unhardcode integration list (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3240">#3240</a>)
by <a href="https://github.com/rominf"><code>@​rominf</code></a></p>
</li>
<li>
<p>Allow passing of PostgreSQL port in tests (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3281">#3281</a>)
by <a href="https://github.com/rominf"><code>@​rominf</code></a></p>
</li>
<li>
<p>Add tests for <code>@ai_track</code> decorator (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3325">#3325</a>)
by <a
href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></p>
</li>
<li>
<p>Do not include type checking code in coverage report (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3327">#3327</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Fix test_installed_modules (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3309">#3309</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Fix typos and grammar in a comment (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3293">#3293</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Fixed failed tests setup (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3303">#3303</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Only assert warnings we are interested in (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3314">#3314</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
</ul>
<h2>2.10.0</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>
<p>Add client cert and key support to <code>HttpTransport</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3258">#3258</a>)
by <a
href="https://github.com/grammy-jiang"><code>@​grammy-jiang</code></a></p>
<p>Add <code>cert_file</code> and <code>key_file</code> to your
<code>sentry_sdk.init</code> to use a custom client cert and key.
Alternatively, the environment variables <code>CLIENT_CERT_FILE</code>
and <code>CLIENT_KEY_FILE</code> can be used as well.</p>
</li>
<li>
<p>OpenAI: Lazy initialize tiktoken to avoid http at import time (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3287">#3287</a>)
by <a
href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></p>
</li>
<li>
<p>OpenAI, Langchain: Make tiktoken encoding name configurable +
tiktoken usage opt-in (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3289">#3289</a>)
by <a
href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></p>
</li>
</ul>
<!-- 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.11.0</h2>
<h3>Various fixes &amp; improvements</h3>
<ul>
<li>
<p>Add <code>disabled_integrations</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3328">#3328</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
<p>Disabling individual integrations is now much easier.
Instead of disabling all automatically enabled integrations and
specifying the ones
you want to keep, you can now use the new
<a
href="https://docs.sentry.io/platforms/python/configuration/options/#auto-enabling-integrations"><code>disabled_integrations</code></a>
config option to provide a list of integrations to disable:</p>
<pre lang="python"><code>import sentry_sdk
from sentry_sdk.integrations.flask import FlaskIntegration
<p>sentry_sdk.init(<br />
# Do not use the Flask integration even if Flask is installed.<br />
disabled_integrations=[<br />
FlaskIntegration(),<br />
],<br />
)<br />
</code></pre></p>
</li>
<li>
<p>Use operation name as transaction name in Strawberry (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3294">#3294</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
</li>
<li>
<p>WSGI integrations respect <code>SCRIPT_NAME</code> env variable (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/2622">#2622</a>)
by <a
href="https://github.com/sarvaSanjay"><code>@​sarvaSanjay</code></a></p>
</li>
<li>
<p>Make Django DB spans have origin <code>auto.db.django</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3319">#3319</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Sort breadcrumbs by time before sending (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3307">#3307</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Fix <code>KeyError('sentry-monitor-start-timestamp-s')</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3278">#3278</a>)
by <a
href="https://github.com/Mohsen-Khodabakhshi"><code>@​Mohsen-Khodabakhshi</code></a></p>
</li>
<li>
<p>Set MongoDB tags directly on span data (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3290">#3290</a>)
by <a
href="https://github.com/0Calories"><code>@​0Calories</code></a></p>
</li>
<li>
<p>Lower logger level for some messages (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3305">#3305</a>)
by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a>
and <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Emit deprecation warnings from <code>Hub</code> API (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3280">#3280</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Clarify that <code>instrumenter</code> is internal-only (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3299">#3299</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Support Django 5.1 (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3207">#3207</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
</li>
<li>
<p>Remove apparently unnecessary <code>if</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3298">#3298</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Preliminary support for Python 3.13 (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3200">#3200</a>)
by <a
href="https://github.com/sentrivana"><code>@​sentrivana</code></a></p>
</li>
<li>
<p>Move <code>sentry_sdk.init</code> out of <code>hub.py</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3276">#3276</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Unhardcode integration list (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3240">#3240</a>)
by <a href="https://github.com/rominf"><code>@​rominf</code></a></p>
</li>
<li>
<p>Allow passing of PostgreSQL port in tests (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3281">#3281</a>)
by <a href="https://github.com/rominf"><code>@​rominf</code></a></p>
</li>
<li>
<p>Add tests for <code>@ai_track</code> decorator (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3325">#3325</a>)
by <a
href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></p>
</li>
<li>
<p>Do not include type checking code in coverage report (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3327">#3327</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Fix test_installed_modules (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3309">#3309</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Fix typos and grammar in a comment (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3293">#3293</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
<li>
<p>Fixed failed tests setup (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3303">#3303</a>)
by <a
href="https://github.com/antonpirker"><code>@​antonpirker</code></a></p>
</li>
<li>
<p>Only assert warnings we are interested in (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3314">#3314</a>)
by <a
href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></p>
</li>
</ul>
<h2>2.10.0</h2>
<h3>Various fixes &amp; improvements</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-python/commit/065b23eb6e965b1b9d936bd1965c3d597634aa5e"><code>065b23e</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/e9111a32fae61b1380baf5a8cef88a58dcdeb76e"><code>e9111a3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/fe91f3867844f7581e541f522fd7782068fc46e4"><code>fe91f38</code></a>
release: 2.11.0</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/081285897e4471690ae52b3afe81a6a495f75ec8"><code>0812858</code></a>
feat(tests): Do not include type checking code in coverage report (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/357d6f5c1ac9e1009dfad8f3951b89fc99ede237"><code>357d6f5</code></a>
feat(integrations): Add <code>disabled_integrations</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3328">#3328</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/c81c17588cc403223276a639beaa9ae59b642d99"><code>c81c175</code></a>
Add tests for <a
href="https://github.com/ai"><code>@​ai</code></a>_track decorator (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3325">#3325</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/25de71e5f7f4de0540eafdbaf8ca26f1b9e9b438"><code>25de71e</code></a>
ref(logging): Lower logger level for some messages (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3305">#3305</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/52e4e23f9459e693e00c4593178bf3a9e19fdf83"><code>52e4e23</code></a>
feat(hub): Emit deprecation warnings from <code>Hub</code> API (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/3280">#3280</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/fbe8ecc589e7c7beb831ef5f947be8cacd7a76e5"><code>fbe8ecc</code></a>
meta: Allow blank GitHub issues</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/624e7434d4a50bc1d63d05e56344be4b23b98490"><code>624e743</code></a>
Merge branch 'master' into szokeasaurusrex/flaky-test</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-python/compare/2.8.0...2.11.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.8.0&new-version=2.11.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ikarius <[email protected]>
  • Loading branch information
dependabot[bot] and ikarius authored Jul 29, 2024
1 parent 918038c commit f5b7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ psycopg[binary]==3.1.19
PyJWT==2.6.0 # conflit avec ggshield sur versions supérieures
redis==5.0.5
requests==2.32.3
sentry-sdk==2.8.0
sentry-sdk==2.11.0
sib-api-v3-sdk==7.6.0
Unidecode==1.3.8
whitenoise==6.6.0
Expand Down

0 comments on commit f5b7266

Please sign in to comment.