Skip to content

Commit

Permalink
fix(ruby): Fix missing require for ParameterFilter (#12083)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored Dec 10, 2024
1 parent 33685cc commit 116bd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform-includes/configuration/before-send/ruby.rails.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
```ruby
require "active_support/parameter_filter"

Sentry.init do |config|
#...

Expand Down

0 comments on commit 116bd1c

Please sign in to comment.