We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ef0f6 commit 104b36bCopy full SHA for 104b36b
CHANGELOG.md
@@ -1,5 +1,17 @@
1
## Unreleased
2
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
15
### Bug Fixes
16
17
- `Sentry::BackgroundWorker` will release `ActiveRecord` connection pool only when the `ActiveRecord` connection is established
0 commit comments