|
@@ -99,7 +99,7 @@ from .endpoints.project_release_files import ProjectReleaseFilesEndpoint
|
|
|
from .endpoints.project_release_file_details import ProjectReleaseFileDetailsEndpoint
|
|
|
from .endpoints.project_release_commits import ProjectReleaseCommitsEndpoint
|
|
|
from .endpoints.release_deploys import ReleaseDeploysEndpoint
|
|
|
-from .endpoints.dsym_files import DSymFilesEndpoint, GlobalDSymFilesEndpoint, \
|
|
|
+from .endpoints.dsym_files import DSymFilesEndpoint, \
|
|
|
UnknownDSymFilesEndpoint, AssociateDSymFilesEndpoint
|
|
|
from .endpoints.shared_group_details import SharedGroupDetailsEndpoint
|
|
|
from .endpoints.system_health import SystemHealthEndpoint
|
|
@@ -481,11 +481,6 @@ urlpatterns = patterns(
|
|
|
EventAppleCrashReportEndpoint.as_view(),
|
|
|
name='sentry-api-0-event-apple-crash-report'),
|
|
|
|
|
|
- # Installation Global Endpoints
|
|
|
- url(r'^system/global-dsyms/$',
|
|
|
- GlobalDSymFilesEndpoint.as_view(),
|
|
|
- name='sentry-api-0-global-dsym-files'),
|
|
|
-
|
|
|
# Internal
|
|
|
url(r'^internal/health/$',
|
|
|
SystemHealthEndpoint.as_view(),
|