Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Jan 17, 2024
1 parent 7955aa1 commit dc5d352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Unreleased

### Features

- Fix warning about default gems on Ruby 3.3.0 ([#2225](https://github.com/getsentry/sentry-ruby/pull/2225))
- Add `hint:` support to `Sentry::Rails::ErrorSubscriber` [#3535](https://github.com/getsentry/sentry-ruby/pull/3535)

## 5.16.1

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
### Features
- Add `hint:` support to `Sentry::Rails::ErrorSubscriber`

## 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 dc5d352

Please sign in to comment.