Skip to content

Commit 116bd1c

Browse files
authored
fix(ruby): Fix missing require for ParameterFilter (#12083)
1 parent 33685cc commit 116bd1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-includes/configuration/before-send/ruby.rails.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
```ruby
2+
require "active_support/parameter_filter"
3+
24
Sentry.init do |config|
35
#...
46

0 commit comments

Comments
 (0)