Skip to content

Commit fc5715f

Browse files
committed
update default blacklist to ban all sessionWrapper
1 parent c34bcc7 commit fc5715f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/log/src/LogExport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const DEFAULT_PATH_BLACKLIST: string[][] = [
88
['api'],
99
['client'],
1010
['dashboardData', 'default', 'connection'],
11-
['dashboardData', 'default', 'sessionWrapper', 'dh'],
11+
['dashboardData', '*', 'sessionWrapper'],
1212
['layoutStorage'],
1313
['storage'],
1414
];

0 commit comments

Comments
 (0)