J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Send POST data and cookies with Sentry #132

Closed J3RN closed 6 years ago

J3RN commented 6 years ago

There's a caveat here wherein I assume that config/initializers/filter_parameter_logging.rb is loaded before this file as it modifies Rails.application.config.filter_parameters. I suppose if the load order ever changes, I'll have to move this Raven configuration into config/application.rb or somewhere like that.

J3RN commented 6 years ago

I threw this up on stage and it's a huge improvement.