I’m following the User Feedback guide which is written for Django. It tests for the existence of this value:
{% if request.sentry.id %}
What’s the Rails equivalent? I can’t find a sentry
property in the Rails request
after an error has occurred.