Skip to content

Commit

Permalink
fix(INJI-388): add missing error id constants in telemetry
Browse files Browse the repository at this point in the history
Signed-off-by: Alka <[email protected]>
  • Loading branch information
Alka1703 committed Dec 1, 2023
1 parent 68197ca commit f3dbc43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/telemetry/TelemetryConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const TelemetryConstants = {
hardwareKeyStore:
'Some security features will be unavailable as hardware key store is not available',
activationCancelled: 'Activation Cancelled',
vcsAreTampered:
'Tampered cards detected and removed for security reasons. Please download again',
}),

ErrorId: Object.freeze({
Expand All @@ -40,6 +42,7 @@ export const TelemetryConstants = {
activationFailed: 'ACTIVATION_FAILED',
tampered: 'TAMPERED',
dataRetrieval: 'DATA_RETRIEVAL',
vcsAreTampered: 'VC_TAMPERED',
}),

Screens: Object.freeze({
Expand Down

0 comments on commit f3dbc43

Please sign in to comment.