Configuring Django to provide request.sentry.id for User Feedback

i’m getting started with Sentry, and trying to test out the User Feedback when error arise (404/500)

I noticed request.sentry.id isn’t provided to the view, I guess that’s because it’s using default django templates, which aren’t called with extra variables (like request).

I wonder what’s the right way to define those error pages with Sentry, should they still live in the templates folder?