We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715ce26 commit 6682fe7Copy full SHA for 6682fe7
1 file changed
‎packages/rum/src/domain/profiling/quotaCheck.ts‎
@@ -36,9 +36,6 @@ export function checkProfilingQuota(
36
sessionId: string,
37
timeoutMs = 5000
38
): Promise<QuotaResult> {
39
- // Follow the same browser-intake-* host derivation used by all other SDK endpoints,
40
- // but bypass the fed-staging and internalAnalyticsSubdomain special cases which don't
41
- // apply to the quota endpoint.
42
const host = `quota.${buildEndpointHost('profile', { site: configuration.site })}`
43
const url = `https://${host}/api/v2/profiling/quota?session_id=${sessionId}`
44
const controller = new AbortController()
0 commit comments