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