Skip to content

Commit

Permalink
add a length log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xturboblitz committed Sep 19, 2024
1 parent 6493f97 commit 9e6b34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/utils/nfcScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const handleResponseIOS = async (
amplitude.track('nfc_response_parsed', {
dataGroupsPresent: parsed?.dataGroupsPresent,
eContentLength: signedEContentArray?.length,
concatenatedDataHashesLength: concatenatedDataHashesArraySigned?.length,
encryptedDigestLength: encryptedDigestArray?.length,
activeAuthenticationPassed: parsed?.activeAuthenticationPassed,
isPACESupported: parsed?.isPACESupported,
Expand Down

0 comments on commit 9e6b34c

Please sign in to comment.