bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
249 stars 174 forks source link

Add `cookies`, `body` and `httpVersion` to the automatically captured request data for Rack apps #700

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

cookies will not be captured by default as the default meta_data_filters includes /cookie/i, however the request body and http version will be captured by default

If the body is form data, it is already present in params. In the next major release, params will only contain query string parameters