chore(pip-prod)(deps): bump sentry-sdk from 2.1.1 to 2.2.0 #238

Merged
dependabot[bot] merged 1 commits from dependabot/pip/sentry-sdk-2.2.0 into next 2024-05-17 15:55:20 +02:00
dependabot[bot] commented 2024-05-16 17:26:51 +02:00 (Migrated from github.com)

Bumps sentry-sdk from 2.1.1 to 2.2.0.

Release notes

Sourced from sentry-sdk's releases.

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

Commits
  • 1475b34 meta: Update CHANGELOG.md
  • 573d321 release: 2.2.0
  • 06efff3 Add tags + data passing functionality to @​ai_track (#3071)
  • 0d7a6f7 feat: Add last_event_id to top-level api
  • 92a3698 feat(scope): Add last_event_id to Scope
  • 94a6c2a fix(tracing): Only propagate headers from spans within transactions
  • a02eb9c feat(celery): Set "messaging.system" on span
  • 68332d8 feat(celery): Set task ID on span
  • ff10b77 feat: Send Celery retry count
  • 72ac630 feat(celery): Send queue name to Sentry
  • 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.1.1 to 2.2.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.2.0</h2> <h3>New features</h3> <ul> <li>Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues</li> <li>Added a new integration for Cohere</li> <li>Reintroduced the <code>last_event_id</code> function, which had been removed in 2.0.0</li> </ul> <h3>Other fixes &amp; improvements</h3> <ul> <li>Add tags + data passing functionality to <a href="https://github.com/ai"><code>@​ai</code></a>_track (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3071">#3071</a>) by <a href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></li> <li>fix(tracing): Only propagate headers from spans within transactions (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3070">#3070</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>ref(metrics): Improve type hints for set metrics (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3048">#3048</a>) by <a href="https://github.com/elramen"><code>@​elramen</code></a></li> <li>ref(scope): Fix <code>get_client</code> typing (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3063">#3063</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Auto-enable Anthropic integration + gate imports (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3054">#3054</a>) by <a href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></li> <li>Made MeasurementValue.unit NotRequired (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3051">#3051</a>) by <a href="https://github.com/antonpirker"><code>@​antonpirker</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.2.0</h2> <h3>New features</h3> <ul> <li>Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues</li> <li>Added a new integration for Cohere</li> <li>Reintroduced the <code>last_event_id</code> function, which had been removed in 2.0.0</li> </ul> <h3>Other fixes &amp; improvements</h3> <ul> <li>Add tags + data passing functionality to <a href="https://github.com/ai"><code>@​ai</code></a>_track (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3071">#3071</a>) by <a href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></li> <li>fix(tracing): Only propagate headers from spans within transactions (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3070">#3070</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>ref(metrics): Improve type hints for set metrics (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3048">#3048</a>) by <a href="https://github.com/elramen"><code>@​elramen</code></a></li> <li>ref(scope): Fix <code>get_client</code> typing (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3063">#3063</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Auto-enable Anthropic integration + gate imports (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3054">#3054</a>) by <a href="https://github.com/colin-sentry"><code>@​colin-sentry</code></a></li> <li>Made MeasurementValue.unit NotRequired (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3051">#3051</a>) by <a href="https://github.com/antonpirker"><code>@​antonpirker</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-python/commit/1475b340fd800c7c4b1b9b0554674a369b38ea89"><code>1475b34</code></a> meta: Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-python/commit/573d3219053fa5ccccdc9bcca2899ae21afb0b34"><code>573d321</code></a> release: 2.2.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/06efff365dd082888653e393508e7f6c2e4f1831"><code>06efff3</code></a> Add tags + data passing functionality to <a href="https://github.com/ai"><code>@​ai</code></a>_track (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3071">#3071</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/0d7a6f7f8a2eb662a5a9ddfb5576e62291ed569f"><code>0d7a6f7</code></a> feat: Add <code>last_event_id</code> to top-level api</li> <li><a href="https://github.com/getsentry/sentry-python/commit/92a369862cdef7f0ff38ae84c0145b38d21f5851"><code>92a3698</code></a> feat(scope): Add last_event_id to Scope</li> <li><a href="https://github.com/getsentry/sentry-python/commit/94a6c2ab4345732a340139d60ea17ac7606edf7f"><code>94a6c2a</code></a> fix(tracing): Only propagate headers from spans within transactions</li> <li><a href="https://github.com/getsentry/sentry-python/commit/a02eb9c26badfe0d11429d018399455f4394fef7"><code>a02eb9c</code></a> feat(celery): Set &quot;messaging.system&quot; on span</li> <li><a href="https://github.com/getsentry/sentry-python/commit/68332d8f4db9bf2102e937a8d09b95460407d454"><code>68332d8</code></a> feat(celery): Set task ID on span</li> <li><a href="https://github.com/getsentry/sentry-python/commit/ff10b775958ef2bfb19589b94cf9f12ba76e883c"><code>ff10b77</code></a> feat: Send Celery retry count</li> <li><a href="https://github.com/getsentry/sentry-python/commit/72ac6302b7000422d6a3e7e63e2e28453fbbf8f5"><code>72ac630</code></a> feat(celery): Send queue name to Sentry</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.1.1...2.2.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.1.1&new-version=2.2.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-05-16 17:26:51 +02:00
sonarqubecloud[bot] commented 2024-05-16 17:28:19 +02:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## [![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=238) **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=238&resolved=false&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=238&resolutions=WONTFIX) 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=238&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=238)
Sign in to join this conversation.
No description provided.