-
-
Notifications
You must be signed in to change notification settings - Fork 11
Telemetry
Arthur Poiret edited this page Aug 21, 2025
·
2 revisions
OwlPlug collects diagnostic telemetry data to monitor application behavior, detect errors, and improve overall stability.
Telemetry is optional and can be disabled at any time in the Options tab of the application.
All telemetry data are sent to the Mixpanel EU infrastructure. Data are automatically deleted 5 years after ingestion.
Each event includes the following common properties:
-
distinctId
- Randomly generated identifier for the current installation -
appVersion
- OwlPlug version currently running -
platformTag
- Operating System ientifier
Sent each time the application starts.
Sent when the previous OwlPlug execution crashed during a plugin scan.
Additional properties:
-
nativeDiscoveryLoader
– Name of the discovery loader used (e.g., OwlPlug Scanner, OwlPlug JNI) -
pluginName
– Name of the plugin responsible for the crash
Sent when a background task fails.
Additional properties:
-
taskName
– Name of the failing task -
error
– Short error message derived from the stack trace -
stacktrace
– Full error stack trace
- Home
- Getting Started
- User Guide
-
Developer Guide
- Environment Configuration