no gtagOption for debug_mode? #98
|
I don't see the gtag debug_mode option mapped to any parameter for ReactGA.initialize(). It also doesn't appear to be related to options.testMode, and I don't know what testMode is for since their is no description. Will the below not work? How can we use debug_mode? and what is options.testMode for? |
Answered by
anindya-dhruba
Jun 16, 2026
Replies: 3 comments 1 reply
|
upon further inspection it appears gatagOptions does allow the flexibility to add options not explicitly mapped and I should be able to use the dev_mode option described in the "Monitor events in DebugView" help article. Is that correct? |
0 replies
|
Did you ever figure it out? |
0 replies
|
This works for me: You can view the tracking data in the Debug View page. Note: To disable debug mode, remove the debug_mode. Setting this to |
1 reply
Answer selected by
codler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works for me:
You can view the tracking data in the Debug View page.
Note: To disable debug mode, remove the debug_mode. Setting this to
falsewon't work.