mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
sentry: deal with sentry's js as external resource
This commit is contained in:
@ -72,7 +72,6 @@ def not_found(request):
|
||||
|
||||
|
||||
def internal_servor_error(request):
|
||||
request.sentry_dsn = settings.SENTRY_DSN
|
||||
request.sentry_last_event_id = last_event_id
|
||||
return HttpResponseServerError(render(request, "core/500.jinja"))
|
||||
|
||||
|
Reference in New Issue
Block a user