You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -150,7 +153,7 @@ function formatDate(date: Date): string {
150
153
* @param logHistory Log history to include in the console.txt file
151
154
* @param metadata Additional metadata to include in the metadata.json file
152
155
* @param reduxData Redux data to include in the redux.json file
153
-
* @param blacklist List of JSON paths to blacklist in redux data. A JSON path is a list representing the path to that value (e.g. client.data would be `['client', 'data']`)
156
+
* @param blacklist List of JSON paths to blacklist in redux data. A JSON path is a list representing the path to that value (e.g. client.data would be `['client', 'data']`). Wildcards (*) are accepted in the path.
154
157
* @param fileNamePrefix The zip file name without the .zip extension. Ex: test will be saved as test.zip
155
158
* @returns A promise that resolves successfully if the log archive is created and downloaded successfully, rejected if there's an error
0 commit comments