You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like this behaves very differently from the Rubygem in what data it sends to Rollbar. I'm noticing that all request headers are sent, including potentially sensitive things like the Authorization header.
Is there a way to stop this from being sent like the Rubygems version?
The text was updated successfully, but these errors were encountered:
Can you try adding a header with the name Authentication? It should be scrubbed. We just don't have Authorization in the default list. You could easily add it in your config.
Seems like this behaves very differently from the Rubygem in what data it sends to Rollbar. I'm noticing that all request headers are sent, including potentially sensitive things like the
Authorization
header.Is there a way to stop this from being sent like the Rubygems version?
The text was updated successfully, but these errors were encountered: