Skip to main content

sdk.log.downloadreport

Home > @matterway/sdk > Log > downloadReport

Log.downloadReport() function

Downloads the logs as a JSON file through the browser.

Signature:

export declare function downloadReport(ctx: Context): Promise<void>;

Parameters

ParameterTypeDescription
ctxContextContext object

Returns:

Promise<void>