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
refactor: DH-14692 Stop exporting client from support logs (#2368)
Cherry-pick #2279
- Move `exportLogs` and `logInit` to the `log` package so they could be
reused in Enterprise
- Remove `@deephaven/redux` and `@deephaven/jsapi-shim` dependencies
from `LogExport.ts`
- Serialize Maps in redux data
- Unit tests for `getReduxDataString`
* @paramfileNamePrefix The zip file name without the .zip extension. Ex: test will be saved as test.zip
138
+
* @paramlogHistory Log history to include in the console.txt file
132
139
* @param metadata Additional metadata to include in the metadata.json file
133
-
* @param blacklist List of JSON paths to blacklist. A JSON path is a list representing the path to that value (e.g. client.data would be `['client', 'data']`)
140
+
* @param reduxData Redux data to include in the redux.json file
141
+
* @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']`)
142
+
* @param fileNamePrefix The zip file name without the .zip extension. Ex: test will be saved as test.zip
134
143
* @returns A promise that resolves successfully if the log archive is created and downloaded successfully, rejected if there's an error
0 commit comments