MCPcopy
hub / github.com/vercel/next-forge / AnalyticsProviderProps

Interface AnalyticsProviderProps

packages/analytics/provider.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { keys } from "./keys";
5
6interface AnalyticsProviderProps {
7 readonly children: ReactNode;
8}
9
10const { NEXT_PUBLIC_GA_MEASUREMENT_ID } = keys();
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected