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 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. 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 |
|
OperationCollectionInvoked | |
OperationCollectionInvocationCancelled | |
ExampleProjectOpened | |
ThemeChanged |
|
LoggedIn |
|
ProductKeyActivated |
|
LoggedOut |
|
HistoryOverviewOpened | |
UserMessageShown |
|
UserMessageActionClicked |
|
TourStepCompleted |
|
ProjectImported |
|
The Kreya installation id and the timestamp when an event has occurred is sent with each event and its metadata.
Changes
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.