We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My old Rails application has sentry-raven configured using these options.
config.sanitize_fields = Rails.application.config.filter_parameters.map(&:to_s)
After migrating from raven to sentry. The option isn't supported anymore, and I ran into this error.
/app/config/initializers/sentry.rb:7:in block in <main>': undefined method sanitize_fields=' for #Sentry::Configuration:0x0000ffffa96744c8
block in <main>': undefined method
Do we have an alternative way to sanitize sensitive parameters?
The text was updated successfully, but these errors were encountered:
https://docs.sentry.io/platforms/ruby/guides/rails/configuration/filtering/
I just looked up the document above based on this issue #1140
Look like it solved the problem 🎉 🎉
Sorry, something went wrong.
sl0thentr0py
No branches or pull requests
My old Rails application has sentry-raven configured using these options.
After migrating from raven to sentry. The option isn't supported anymore, and I ran into this error.
Do we have an alternative way to sanitize sensitive parameters?
The text was updated successfully, but these errors were encountered: