Skip to content

Commit 302f747

Browse files
author
Andrii Soldatenko
authored
ref(dyn-sampling): remove obsolete code [TET-660] (#45037)
1 parent 72e1050 commit 302f747

File tree

3 files changed

+0
-740
lines changed

3 files changed

+0
-740
lines changed

src/sentry/api/endpoints/organization_dynamic_sampling_sdk_versions.py

Lines changed: 0 additions & 257 deletions
This file was deleted.

src/sentry/api/urls.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@
224224
from .endpoints.organization_dashboards import OrganizationDashboardsEndpoint
225225
from .endpoints.organization_derive_code_mappings import OrganizationDeriveCodeMappingsEndpoint
226226
from .endpoints.organization_details import OrganizationDetailsEndpoint
227-
from .endpoints.organization_dynamic_sampling_sdk_versions import (
228-
OrganizationDynamicSamplingSDKVersionsEndpoint,
229-
)
230227
from .endpoints.organization_environments import OrganizationEnvironmentsEndpoint
231228
from .endpoints.organization_event_details import OrganizationEventDetailsEndpoint
232229
from .endpoints.organization_eventid import EventIdLookupEndpoint
@@ -1574,11 +1571,6 @@
15741571
OrganizationTransactionAnomalyDetectionEndpoint.as_view(),
15751572
name="sentry-api-0-organization-transaction-anomaly-detection",
15761573
),
1577-
url(
1578-
r"^(?P<organization_slug>[^\/]+)/dynamic-sampling/sdk-versions/$",
1579-
OrganizationDynamicSamplingSDKVersionsEndpoint.as_view(),
1580-
name="sentry-api-0-organization-dynamic-sampling-sdk-versions",
1581-
),
15821574
# relay usage
15831575
url(
15841576
r"^(?P<organization_slug>[^\/]+)/relay_usage/$",

0 commit comments

Comments
 (0)