Skip to content

Commit

Permalink
Make danger happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Dec 28, 2023
1 parent d7f38fd commit caca60b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Features

- Enable backpressure handling by default [#2185](https://github.com/getsentry/sentry-ruby/pull/2185)
- Enable backpressure handling by default ([#2185](https://github.com/getsentry/sentry-ruby/pull/2185))

The SDK can now dynamically downsamples transactions to reduce backpressure in high
throughput systems. It starts a new `BackpressureMonitor` thread to perform some health checks
Expand All @@ -21,10 +21,10 @@

If your system serves heavy load, please let us know how this feature works for you!

- Implement proper flushing logic on ``close`` for Client Reports and Sessions [#2206](https://github.com/getsentry/sentry-ruby/pull/2206)
- Support cron with timezone for `sidekiq-scheduler` patch [#2209](https://github.com/getsentry/sentry-ruby/pull/2209)
- Fixes [#2187](https://github.com/getsentry/sentry-ruby/issues/2187)
- Add `Cron::Configuration` object that holds defaults for all ``MonitorConfig`` objects [#2210](https://github.com/getsentry/sentry-ruby/pull/2210)
- Implement proper flushing logic on ``close`` for Client Reports and Sessions ([#2206](https://github.com/getsentry/sentry-ruby/pull/2206))
- Support cron with timezone for `sidekiq-scheduler` patch ([#2209](https://github.com/getsentry/sentry-ruby/pull/2209))
- Fixes ([#2187](https://github.com/getsentry/sentry-ruby/issues/2187))
- Add `Cron::Configuration` object that holds defaults for all ``MonitorConfig`` objects ([#2210](https://github.com/getsentry/sentry-ruby/pull/2210))

```ruby
Sentry.init do |config|
Expand All @@ -35,7 +35,6 @@
end
```


## 5.15.2

### Bug Fixes
Expand Down

0 comments on commit caca60b

Please sign in to comment.