Skip to content

Commit 6682fe7

Browse files
committed
[PROF-13798] 🧹 Remove misleading comment in checkProfilingQuota
1 parent 715ce26 commit 6682fe7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

‎packages/rum/src/domain/profiling/quotaCheck.ts‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ export function checkProfilingQuota(
3636
sessionId: string,
3737
timeoutMs = 5000
3838
): 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.
4239
const host = `quota.${buildEndpointHost('profile', { site: configuration.site })}`
4340
const url = `https://${host}/api/v2/profiling/quota?session_id=${sessionId}`
4441
const controller = new AbortController()

0 commit comments

Comments
 (0)