Skip to content

Commit 3647daa

Browse files
committed
add 2 more paths to blacklist
1 parent ef704dd commit 3647daa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/code-studio/src/log/LogExport.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const FILENAME_DATE_FORMAT = 'yyyy-MM-dd-HHmmss';
1111
export const DEFAULT_PATH_BLACKLIST: string[][] = [
1212
['api'],
1313
['client'],
14-
['dashboardData', 'defaultLayout', 'connection'],
14+
['dashboardData', 'default', 'connection'],
15+
['dashboardData', 'default', 'sessionWrapper', 'dh'],
1516
['layoutStorage'],
1617
['storage'],
1718
];

0 commit comments

Comments
 (0)