TelemetryWrapper() — supabase Function Reference
Architecture documentation for the TelemetryWrapper() function in telemetry-wrapper.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/learn/app/(app)/telemetry-wrapper.tsx lines 7–16
export const TelemetryWrapper = () => {
const { hasAcceptedConsent } = useConsentToast()
return (
<PageTelemetry
API_URL={API_URL}
hasAcceptedConsent={hasAcceptedConsent}
enabled={IS_PLATFORM}
/>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free