[solved] Stack level too depp
I have finally traced this to the sentry gem - https://github.com/getsentry/sentry-ruby/issues/1266
The solution we found was to change config/initializers/sentry.rb to:
The solution we found was to change config/initializers/sentry.rb to:
Sentry.init do |config| config.dsn = Rails.application.credentials.sentry[:dsn] config.before_breadcrumb = lambda do |breacrumb, hint| breadcrumb.data = scrubbed_data breadcrumb end end
Notifications
You’re not receiving notifications from this thread.