Skip to content

Commit e836902

Browse files
committed
fix changelog
1 parent 7955aa1 commit e836902

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Unreleased
22

3+
### Features
4+
35
- Fix warning about default gems on Ruby 3.3.0 ([#2225](https://github.com/getsentry/sentry-ruby/pull/2225))
6+
- Add `hint:` support to `Sentry::Rails::ErrorSubscriber` [#2235](https://github.com/getsentry/sentry-ruby/pull/2235)
47

58
## 5.16.1
69

sentry-rails/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

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

5-
## Unreleased
6-
### Features
7-
- Add `hint:` support to `Sentry::Rails::ErrorSubscriber`
8-
95
## 4.4.0
106

117
### Features
128

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

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

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

3329
## 4.3.4
3430

0 commit comments

Comments
 (0)