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