{
  "name": "fullstory/analytics",
  "version": 1,
  "title": "FullStory — session capture",
  "keys": {
    "FULLSTORY_ORG_ID": {
      "required": true,
      "sensitivity": "config",
      "obtain": "https://app.fullstory.com/",
      "description": "Org id carried by the browser snippet, so it is public by design."
    },
    "FULLSTORY_API_KEY": {
      "required": false,
      "sensitivity": "secret",
      "obtain": "https://app.fullstory.com/",
      "description": "Server-side API key. Not the org id above."
    }
  }
}
