Telemetry
Kreya collects telemetry data to understand how our users are using it. This data helps us to improve Kreya and prioritize features and bugs.
Opt out
If you don't want to send usage and error data, you can opt out in the app settings (in the menu, click Kreya → Settings)
or by setting an environment variable KREYA_DISABLETELEMETRY=true
.
Kreya will stop sending any telemetry data and will no longer automatically track errors that occur within Kreya.
Already collected data is sent, up to the point when you disabled telemetry data collection.
Tracked data
Kreya will never track personal data. We assign each Kreya installation a random UUID which cannot be traced back to you. Here is a list of all tracked events including meta information:
Event | Metadata |
---|---|
AppStarted |
|
AppClosed |
|
ActiveEnvironmentChanged |
|
EnvironmentCreated | |
EnvironmentUpdated | |
EnvironmentDeleted | |
ImporterCreated |
|
ImporterUpdated |
|
ImporterDeleted |
|
AuthConfigCreated |
|
AuthConfigUpdated |
|
AuthConfigDeleted |
|
CertificateCreated |
|
CertificateUpdated |
|
CertificateDeleted |
|
ProjectSettingsUpdated |
|
DirectorySettingsUpdated |
|
TelemetryEnabled | |
TelemetryDisabled | |
CliCommandExecuted |
|
OperationInvoked |
|
OperationInvocationCancelled |
|
InvokerScriptInvoked | |
InvokerScriptInvocationCancelled | |
OperationCollectionInvoked | |
OperationCollectionInvocationCancelled | |
ExampleProjectOpened | |
ThemeChanged |
|
LoggedIn |
|
ProductKeyActivated |
|
LoggedOut |
|
HistoryOverviewOpened | |
UserMessageShown |
|
UserMessageActionClicked |
|
TourStepCompleted |
|
ProjectImported |
|
ActiveProxyChanged |
|
ProxyCreated | |
ProxyUpdated | |
ProxyDeleted | |
SnapshotSettingsChanged |
|
SnapshotContentAccepted | |
SnapshotAccepted |
|
ScriptingDataPreviewed |
|
The Kreya installation id and the timestamp when an event has occurred is sent with each event and its metadata.
Automatic error tracking
Starting with version 1.18.0, Kreya will automatically track unexpected errors that occur within Kreya or the Kreya CLI. Unless telemetry is disabled, this information will be sent to us for analysis.
As with telemetry, we do not collect any PII when tracking errors.
Changes
Kreya 1.18.0
Added automatic error tracking.
Added the ActiveProxyChanged
event.
Added the ProxyCreated
event.
Added the ProxyUpdated
event.
Added the ProxyDeleted
event.
Added the SnapshotSettingsChanged
event.
Added the SnapshotContentAccepted
event.
Added the SnapshotAccepted
event.
Added the ScriptingDataPreviewed
event.
Kreya 1.17.0
Added the InvokerScriptInvoked
event.
Added the InvokerScriptInvocationCancelled
event.
Added the type of import to the ProjectImported
event.
Added whether an operation has an operation script to the OperationInvoked
event.
Kreya 1.13.1
Added OS version
to the AppStarted
event.
Added the ProjectImported
event.
Kreya 1.13
Added Package manager
to the AppStarted
event.
Added the ProductKeyActivated
event.
Added the OperationCollectionInvoked
event.
Added the OperationCollectionInvocationCancelled
event.
Kreya 1.11
Added the UserMessageShown
and UserMessageActionClicked
events.
Added the TourStepCompleted
event.
Kreya 1.10
Added App kind
to the AppStarted
event.
Added the CliCommandExecuted
event.
Kreya 1.8
Added OS architecture
, Process architecture
, Subscription plan
and Authenticated
to the AppStarted
event.
Added HttpMethod
to the OperationInvoked
and OperationInvocationCancelled
events.
Added the LoggedIn
and LoggedOut
events.
Kreya 1.7
Added the ThemeChanged
event.
Kreya 1.6
Added the ExampleProjectOpened
event.
Kreya 1.4
Initial version.