Fullstory
Integrate Fullstory to capture session replays and user interactions in your documentation.
Get your Fullstory Org ID
Your Org ID appears in the URL when you log in to Fullstory:
Alternatively, find it in Settings > Data Capture and Privacy > Fullstory Setup in the snippet code as window['_fs_org'].
See Fullstory’s guide for more details.
Provide the Org ID at publish time
The ${FULLSTORY_ORG_ID} syntax reads the value from an environment variable at publish time, so the variable must be present in whatever environment runs fern generate --docs.
When you publish with a GitHub Actions workflow, map the secret into the publish step’s env:
.github/workflows/publish-docs.yml