MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / warnInSentry

Function warnInSentry

apps/web/src/lib/referral.ts:41–47  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

39}
40
41function warnInSentry(message: string) {
42 warnExceptInTest(message);
43 captureMessage(message, {
44 level: 'warning',
45 tags: { source: 'referral_code' },
46 });
47}
48
49export async function getReferralCodeUsages(kiloUserId: string) {
50 return await db

Callers 6

processReferralTopUpFunction · 0.85
verifyTurnstileJWTFunction · 0.85
signInFunction · 0.85
getAuthorizedOrgContextFunction · 0.85
POSTFunction · 0.85
tryGetSSOResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected