Skip to content

Commit

Permalink
feat: Remove token from sentry log
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Dec 20, 2024
1 parent 2f87e5c commit 5803eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class TransferSendManager @Inject constructor(
coroutineScope {
appIntegrityManager.requestClassicIntegrityVerdictToken(
onSuccess = { token ->
SentryLog.i(APP_INTEGRITY_MANAGER_TAG, "request for app integrity token successful $token")
SentryLog.i(APP_INTEGRITY_MANAGER_TAG, "request for app integrity token successful")
launch { attestationToken = getApiIntegrityVerdict(appIntegrityManager, token) }
},
onFailure = {},
Expand Down

0 comments on commit 5803eed

Please sign in to comment.