Skip to content

Commit 4d584ad

Browse files
committed
Use sanitizeFilepath when logging Sentry breadcrumb
1 parent cdc1034 commit 4d584ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/storage/user-data.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function loadUserData(): Promise< UserData > {
4646
Sentry.addBreadcrumb( {
4747
data: {
4848
fileContents: sanitizeUnstructuredData( asString ),
49-
filePath,
49+
filePath: sanitizeUserpath( filePath ),
5050
},
5151
} );
5252
}

0 commit comments

Comments
 (0)