Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc committed Dec 18, 2024
1 parent 41a6bcc commit 2d67768
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sentry-rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

Individual gem's changelog has been deprecated. Please check the [project changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md).

## Unreleased

- Support report_after_job_retries for activejob ([#2500](https://github.com/getsentry/sentry-ruby/pull/2500))

## 4.4.0

### Features

- Make tracing subscribers configurable [#1344](https://github.com/getsentry/sentry-ruby/pull/1344)
- Make tracing subscribers configurable [#1344](https://github.com/getsentry/sentry-ruby/pull/1344)

```ruby
# current default:
Expand All @@ -24,7 +28,7 @@ config.rails.tracing_subscribers = [MySubscriber]

- Report exceptions from the interceptor middleware for exceptions app [#1379](https://github.com/getsentry/sentry-ruby/pull/1379)
- Fixes [#1371](https://github.com/getsentry/sentry-ruby/issues/1371)
- Re-position CaptureExceptions middleware to reduce tracing noise [#1405](https://github.com/getsentry/sentry-ruby/pull/1405)
- Re-position CaptureExceptions middleware to reduce tracing noise [#1405](https://github.com/getsentry/sentry-ruby/pull/1405)

## 4.3.4

Expand Down

0 comments on commit 2d67768

Please sign in to comment.