Skip to content

Commit 104b36b

Browse files
committed
Update changelog
1 parent 11ef0f6 commit 104b36b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Unreleased
22

3+
### Features
4+
5+
- Allow users to configure their asset-skipping pattern [#1915](https://github.com/getsentry/sentry-ruby/pull/1915)
6+
7+
Users can now configure their own pattern to skip asset requests' transactions
8+
9+
```rb
10+
Sentry.init do |config|
11+
config.rails.assets_regexp = /my_regexp/
12+
end
13+
```
14+
315
### Bug Fixes
416

517
- `Sentry::BackgroundWorker` will release `ActiveRecord` connection pool only when the `ActiveRecord` connection is established

0 commit comments

Comments
 (0)