We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was testing out 1.0.0b beta with django 4.2.5 and every error was triggering:
AttributeError at /admin/core/show/ 'WSGIRequest' object has no attribute 'sensitive_post_parameters'
Line 188 of rollbar\contrib\django\middleware.py
None of my errors were making it to Rollbar since this exception was processed first and seems to be part of the Rollbar library itself.
I went back to 0.16.3 and it's working
The text was updated successfully, but these errors were encountered:
Fixed #436 WSGIRequest has no attribute sensitive_post_parameters.
WSGIRequest
sensitive_post_parameters
c22c482
Hey @brett-dtc, thank you for testing the beta!!! You're awesome! 🚀
Also, thanks for letting us know about this bug!
We should have the fix out in the next version of the beta shortly.
Sorry, something went wrong.
Merge pull request #437 from rollbar/fixed/issue-436-django-sensitive…
781da55
…-post-params Fixed #436 `WSGIRequest` has no attribute `sensitive_post_parameters`.
The fix for this has been released in 1.0.0b1.
1.0.0b1
danielmorell
Successfully merging a pull request may close this issue.
I was testing out 1.0.0b beta with django 4.2.5 and every error was triggering:
AttributeError at /admin/core/show/
'WSGIRequest' object has no attribute 'sensitive_post_parameters'
Line 188 of rollbar\contrib\django\middleware.py
None of my errors were making it to Rollbar since this exception was processed first and seems to be part of the Rollbar library itself.
I went back to 0.16.3 and it's working
The text was updated successfully, but these errors were encountered: