|
@@ -570,7 +570,6 @@ from .endpoints.project_profiling_profile import (
|
|
|
ProjectProfilingEventEndpoint,
|
|
|
ProjectProfilingProfileEndpoint,
|
|
|
ProjectProfilingRawProfileEndpoint,
|
|
|
- ProjectProfilingTransactionIDProfileIDEndpoint,
|
|
|
)
|
|
|
from .endpoints.project_release_commits import ProjectReleaseCommitsEndpoint
|
|
|
from .endpoints.project_release_details import ProjectReleaseDetailsEndpoint
|
|
@@ -2755,11 +2754,6 @@ PROJECT_URLS: list[URLPattern | URLResolver] = [
|
|
|
ProjectProfilingRawProfileEndpoint.as_view(),
|
|
|
name="sentry-api-0-project-profiling-raw-profile",
|
|
|
),
|
|
|
- re_path(
|
|
|
- r"^(?P<organization_id_or_slug>[^\/]+)/(?P<project_id_or_slug>[^\/]+)/profiling/transactions/(?P<transaction_id>(?:\d+|[A-Fa-f0-9-]{32,36}))/$",
|
|
|
- ProjectProfilingTransactionIDProfileIDEndpoint.as_view(),
|
|
|
- name="sentry-api-0-project-profiling-transactions",
|
|
|
- ),
|
|
|
re_path(
|
|
|
r"^(?P<organization_id_or_slug>[^\/]+)/(?P<project_id_or_slug>[^\/]+)/statistical-detector/$",
|
|
|
ProjectStatisticalDetectors.as_view(),
|