Skip to content

Bump sentry-sdk from 1.25.0 to 1.45.1#4138

Merged
ch0rizo merged 1 commit into
masterfrom
dependabot/pip/sentry-sdk-1.45.1
May 17, 2026
Merged

Bump sentry-sdk from 1.25.0 to 1.45.1#4138
ch0rizo merged 1 commit into
masterfrom
dependabot/pip/sentry-sdk-1.45.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps sentry-sdk from 1.25.0 to 1.45.1.

Release notes

Sourced from sentry-sdk's releases.

1.45.1

This is a security backport release.

Changelog

Sourced from sentry-sdk's changelog.

1.45.1

This is a security backport release.

1.45.0

This is the final 1.x release for the forseeable future. Development will continue on the 2.x release line. The first 2.x version will be available in the next few weeks.

Various fixes & improvements

  • Allow to upsert monitors (#2929) by @​sentrivana

    It's now possible to provide monitor_config to the monitor decorator/context manager directly:

    from sentry_sdk.crons import monitor
    All keys except schedule are optional
    monitor_config = {
    "schedule": {"type": "crontab", "value": "0 0 * * *"},
    "timezone": "Europe/Vienna",
    "checkin_margin": 10,
    "max_runtime": 10,
    "failure_issue_threshold": 5,
    "recovery_threshold": 5,
    }
    @​monitor(monitor_slug='<monitor-slug>', monitor_config=monitor_config)
    def tell_the_world():
    print('My scheduled task...')

    Check out the cron docs for details.

  • Add Django signals_denylist to filter signals that are attached to by signals_spans (#2758) by @​lieryan

    If you want to exclude some Django signals from performance tracking, you can use the new signals_denylist Django option:

    import django.db.models.signals
    import sentry_sdk
    sentry_sdk.init(
    ...
    integrations=[
    DjangoIntegration(

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 6, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.82%. Comparing base (69e4414) to head (5d85d69).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4138   +/-   ##
=======================================
  Coverage   82.82%   82.82%           
=======================================
  Files         360      360           
  Lines       12852    12852           
=======================================
  Hits        10645    10645           
  Misses       2207     2207           

☔ 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.

@dependabot dependabot Bot force-pushed the dependabot/pip/sentry-sdk-1.45.1 branch 3 times, most recently from afe0c4f to b0ef2d6 Compare May 8, 2026 22:32
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.25.0 to 1.45.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.25.0...1.45.1)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-version: 1.45.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/sentry-sdk-1.45.1 branch from b0ef2d6 to 5d85d69 Compare May 17, 2026 14:25
@ch0rizo ch0rizo merged commit f7f0f04 into master May 17, 2026
4 checks passed
@ch0rizo ch0rizo deleted the dependabot/pip/sentry-sdk-1.45.1 branch May 17, 2026 14:43
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.

1 participant