|
|
|
@ -26,6 +26,7 @@ def trigger_error(request):
@@ -26,6 +26,7 @@ def trigger_error(request):
|
|
|
|
|
division_by_zero = 1 / 0 |
|
|
|
|
|
|
|
|
|
urlpatterns = [ |
|
|
|
|
# TODO: Remove when Sentry is working correctly |
|
|
|
|
path('api/sentry-debug/', trigger_error), |
|
|
|
|
|
|
|
|
|
path('api/', include('apps.api.urls')), |
|
|
|
|