Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Unreleased

### Fixes

- Crontabs now support day names (MON-SUN) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407))

### Dependencies

- Bump CLI from v2.50.2 to v2.51.0 ([#4419](https://github.com/getsentry/sentry-dotnet/pull/4419))
Copy link
Member

@Flash0ver Flash0ver Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: I took the liberty in moving this entry as well, since it's not part of 5.14.0

- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.0)

## 5.14.0

### Features
Expand All @@ -12,13 +24,6 @@
### Fixes

- Update `sample_rate` of _Dynamic Sampling Context (DSC)_ when making sampling decisions ([#4374](https://github.com/getsentry/sentry-dotnet/pull/4374))
- Crontabs now support day names (MON-FRI) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407))

### Dependencies

- Bump CLI from v2.50.2 to v2.51.0 ([#4419](https://github.com/getsentry/sentry-dotnet/pull/4419))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.0)

## 5.13.0

Expand Down
Loading