Skip to content

chore(deps): bump sentry-sdk from 2.53.0 to 2.54.0#5315

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sentry-sdk-2.54.0
Open

chore(deps): bump sentry-sdk from 2.53.0 to 2.54.0#5315
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sentry-sdk-2.54.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps sentry-sdk from 2.53.0 to 2.54.0.

Release notes

Sourced from sentry-sdk's releases.

2.54.0

New Features ✨

  • Add set_attribute, remove_attribute to global API by @​sentrivana in #5555

    You can now set and unset attributes on logs and metrics via top-level API. Think of it as sentry_sdk.set_tag() for attribute-based telemetry. Other event types (transactions, spans, errors) will be unaffected.

    import sentry_sdk
    sentry_sdk.init(...)
    sentry_sdk.set_attribute("my.attribute", "my value")
    This metric will have "my.attribute" set
    sentry_sdk.metrics.count("counter", 1)
    Remove the attribute
    sentry_sdk.remove_attribute("my.attribute")
    This log will not have "my.attribute" set
    sentry_sdk.logger.info("An info log")

Bug Fixes 🐛

Openai

Other

Documentation 📚

Internal Changes 🔧

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.54.0

New Features ✨

  • Add set_attribute, remove_attribute to global API by @​sentrivana in #5555

    You can now set and unset attributes on logs and metrics via top-level API. Think of it as sentry_sdk.set_tag() for attribute-based telemetry. Other event types (transactions, spans, errors) will be unaffected.

    import sentry_sdk
    sentry_sdk.init(...)
    sentry_sdk.set_attribute("my.attribute", "my value")
    This metric will have "my.attribute" set
    sentry_sdk.metrics.count("counter", 1)
    Remove the attribute
    sentry_sdk.remove_attribute("my.attribute")
    This log will not have "my.attribute" set
    sentry_sdk.logger.info("An info log")

Bug Fixes 🐛

Openai

Other

Documentation 📚

... (truncated)

Commits
  • 0b31018 release: 2.54.0
  • 7a02bde fix(openai): Attach response model with streamed Completions API (#5557)
  • 09675e3 fix(openai): Attach response model with streamed Responses API (#5554)
  • 678e9a7 ref(openai): Only handle streamed results when applicable (#5553)
  • 087ec4d ref(openai): Extract input in API-specific functions (#5546)
  • 6837662 ref(openai): Separate output handling (#5543)
  • c11d1f2 ci: updated codecov.yml (#5571)
  • c56f1f7 fix(wsgi): Do not wrap file responses when uWSGI offload-threads is enabled (...
  • 8628732 feat: Add set_attribute, remove_attribute to global API (#5555)
  • a4e4c57 docs: Add troubleshooting note for editable installs with uWSGI (#5552)
  • 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 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.53.0 to 2.54.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.53.0...2.54.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 2.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 3, 2026
@cypress
Copy link

cypress bot commented Mar 3, 2026

Geotrek-admin    Run #15875

Run Properties:  status check passed Passed #15875  •  git commit b0dd972171 ℹ️: Merge a7d2c56b71cb1b93aabf5dc626d7023eb49ceb00 into 73d4f4cbcde0d3a6f46d8fe6edae...
Project Geotrek-admin
Branch Review refs/pull/5315/merge
Run status status check passed Passed #15875
Run duration 02m 07s
Commit git commit b0dd972171 ℹ️: Merge a7d2c56b71cb1b93aabf5dc626d7023eb49ceb00 into 73d4f4cbcde0d3a6f46d8fe6edae...
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 22
View all changes introduced in this branch ↗︎

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.47%. Comparing base (73d4f4c) to head (a7d2c56).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5315   +/-   ##
=======================================
  Coverage   98.47%   98.47%           
=======================================
  Files         273      273           
  Lines       22530    22530           
=======================================
  Hits        22186    22186           
  Misses        344      344           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants