Documentation Index
Fetch the complete documentation index at: https://docs.lucenthq.com/llms.txt
Use this file to discover all available pages before exploring further.
Install with the CLI
Manual setup
Notes
gatsby-browser.jsonly runs in the browser, so it’s a safe place to instantiate the tracker at module scope.onClientEntryfires once, right after Gatsby boots — before any routes render — which means the tracker catches the very first page view.- The
GATSBY_prefix makes the variable available in bothprocess.env(server build time) andimport.meta.env(not used here).