react-ga icon indicating copy to clipboard operation
react-ga copied to clipboard

Electron support

Open alxmiron opened this issue 5 years ago • 2 comments

I tried this library in electron app and it doesn't work (throws an error). Does this library use the same approach as universal-analytics (which works ok in electron)?

alxmiron avatar Mar 05 '19 10:03 alxmiron

@alxmiron have you tried this ??

ReactGA.set({ checkProtocolTask: null })
ReactGA.set({ checkStorageTask: null })
ReactGA.set({ historyImportTask: null })

soyoungjeong avatar Jul 14 '20 07:07 soyoungjeong

@soyoungjeong thank you! it works

ahmetuysal avatar Nov 12 '20 12:11 ahmetuysal