rollbar/pyrollbar

Not respecting sensitive_post_parameters

StefanMich opened this issue · 1 comments

Django defines a decorator sensitive_post_parameters that marks a parameter as sensitive and therefore should be scrubbed when sent in error reports.

Rollbar does not respect this decorator, and sends the parameter as it is.

@StefanMich , this fix is already in master