diff --git a/src/sentry/web/urls.py b/src/sentry/web/urls.py index a4e4d94a0e59..7321b12ced21 100644 --- a/src/sentry/web/urls.py +++ b/src/sentry/web/urls.py @@ -76,7 +76,7 @@ def init_all_applications(): init_all_applications() -# Only create one instance of the ReactPageView since it's duplicated errywhere +# Only create one instance of the ReactPageView since it's duplicated everywhere generic_react_page_view = GenericReactPageView.as_view() react_page_view = ReactPageView.as_view()