Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
import { keys } from
"./keys"
;
5
6
interface AnalyticsProviderProps {
7
readonly children: ReactNode;
8
}
9
10
const { NEXT_PUBLIC_GA_MEASUREMENT_ID } = keys();
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected