Commit cf9c6e4b authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

try out 'dimension1' (#2704)

parent c0201206
......@@ -24,7 +24,7 @@ export default function GoogleAnalyticsReporter({ location: { pathname, search }
const { chainId } = useActiveWeb3React()
useEffect(() => {
ReactGA.set({ ['Chain ID']: chainId ?? 0 })
ReactGA.set({ dimension1: chainId ?? 0 })
}, [chainId])
useEffect(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment