We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34bcc7 commit fc5715fCopy full SHA for fc5715f
1 file changed
packages/log/src/LogExport.ts
@@ -8,7 +8,7 @@ export const DEFAULT_PATH_BLACKLIST: string[][] = [
8
['api'],
9
['client'],
10
['dashboardData', 'default', 'connection'],
11
- ['dashboardData', 'default', 'sessionWrapper', 'dh'],
+ ['dashboardData', '*', 'sessionWrapper'],
12
['layoutStorage'],
13
['storage'],
14
];
0 commit comments