Skip to content

Commit 8416bf7

Browse files
committed
replace default key with wildcard
1 parent fc5715f commit 8416bf7

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
@@ -7,7 +7,7 @@ import type LogHistory from './LogHistory';
77
export const DEFAULT_PATH_BLACKLIST: string[][] = [
88
['api'],
99
['client'],
10-
['dashboardData', 'default', 'connection'],
10+
['dashboardData', '*', 'connection'],
1111
['dashboardData', '*', 'sessionWrapper'],
1212
['layoutStorage'],
1313
['storage'],

0 commit comments

Comments
 (0)