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 2d67768 commit 373101e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

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

## 5.22.1

### Bug Fixes
Expand Down
8 changes: 2 additions & 6 deletions sentry-rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

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 @@ -28,7 +24,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 373101e

Please sign in to comment.