Not respecting sensitive_post_parameters
StefanMich opened this issue · 1 comments
StefanMich commented
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.
pawelsz-rb commented
@StefanMich , this fix is already in master