Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ getTelemetrySafeHashedString
Function
getTelemetrySafeHashedString
src/platform/telemetry/helpers.ts:37–39 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
35
* Safe way to send data in telemetry (obfuscate PII).
36
*/
37
export
async
function
getTelemetrySafeHashedString(data: string) {
38
return
computeHash(data,
'SHA-256'
);
39
}
Callers
15
getNbExtensionsParentPathImpl
Method · 0.90
extractRequireConfigFromWidgetEntry
Function · 0.90
sendTelemetryForWidgetModule
Method · 0.90
sendLoadSucceededTelemetry
Method · 0.90
handleWidgetLoadFailure
Method · 0.90
sendUnsupportedWidgetVersionFailureTelemetry
Method · 0.90
sendTelemetryForImports
Method · 0.90
sendConfigureNotebookToolCallTelemetry
Function · 0.90
invoke
Function · 0.90
sendRemoteTelemetryForAdditionOfNewRemoteServer
Function · 0.90
sendApiTelemetry
Function · 0.90
sendApiExecTelemetry
Function · 0.90
Calls
1
computeHash
Function · 0.90
Tested by
no test coverage detected