When you first download Insomnia, you were asked if you wanted to send analytics data to the Insomnia team about your Insomnia Apps performance and your behavior in the app. This article is a description of what analytics are collected and sent.
You can edit your preference on sharing analytics data with Insomnia via the Insomnia app Preference Page by scrolling down to the Network Activity section and checking or unchecking the box next to Send Usage Statistics
When you opt-in to the collection of analytics, the Insomnia app will send anonymized action event data to Kong that may later be used to evaluate user behavior for the purpose of guiding product decisions.
This is the format of the JSON data body for a sent event:
{
"anonymousId": "device-specific-UUID-here",
"context": {
"app": {
"name": "Insomnia",
"version": "2022.6.0"
},
"library": {
"name": "analytics-node",
"version": "6.2.0"
},
"os": {
"name": "mac",
"version": "12.2.0"
}
},
"event": event_name,
"integrations": {},
}