Skip to content

Commit

Permalink
Add the authorization header to the default scrub fields list. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan authored and rokob committed Dec 18, 2018
1 parent d37d68d commit 8376e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollbar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def _get_pylons_request():
'accessToken',
'auth',
'authentication',
'authorization',
],
'url_fields': ['url', 'link', 'href'],
'notifier': {
Expand Down

0 comments on commit 8376e8a

Please sign in to comment.