File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 OrganizationUnsubscribeProject ,
2626)
2727from sentry .api .endpoints .project_stacktrace_coverage import ProjectStacktraceCoverageEndpoint
28+ from sentry .api .endpoints .project_statistical_detectors import ProjectStatisticalDetectors
2829from sentry .api .endpoints .release_thresholds .release_threshold import ReleaseThresholdEndpoint
2930from sentry .api .endpoints .release_thresholds .release_threshold_details import (
3031 ReleaseThresholdDetailsEndpoint ,
@@ -2629,6 +2630,11 @@ def create_group_urls(name_prefix: str) -> list[URLPattern | URLResolver]:
26292630 ProjectProfilingTransactionIDProfileIDEndpoint .as_view (),
26302631 name = "sentry-api-0-project-profiling-transactions" ,
26312632 ),
2633+ re_path (
2634+ r"^(?P<organization_slug>[^\/]+)/(?P<project_slug>[^\/]+)/statistical-detector/$" ,
2635+ ProjectStatisticalDetectors .as_view (),
2636+ name = "sentry-api-0-project-statistical-detector" ,
2637+ ),
26322638]
26332639
26342640TEAM_URLS = [
You can’t perform that action at this time.
0 commit comments