@recallai/desktop-sdk 2024.10.30-663984df277a612728f23a36c65c276930901979 → 2024.11.1-57238b391f6818233b2e6205ba34b71ef5a463e1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/index.js
CHANGED
|
@@ -23,6 +23,12 @@ process.env['ZOOM_OAUTH_CREDENTIAL_ERROR_THRESHOLD']=1;
|
|
|
23
23
|
|
|
24
24
|
process.env['DATADOG_API_KEY'] = '';
|
|
25
25
|
|
|
26
|
+
process.env["GST_DEBUG"] = "2";
|
|
27
|
+
process.env["GST_DEFAULT_LOG"] = "1";
|
|
28
|
+
process.env["GST_DEBUG_NO_COLOR"] = "1";
|
|
29
|
+
process.env["GST_DEBUG_DUMP_DOT_DIR"] = "/tmp/gst.nocommit";
|
|
30
|
+
|
|
31
|
+
|
|
26
32
|
function init(options) {
|
|
27
33
|
addon.init(JSON.stringify(options));
|
|
28
34
|
}
|
package/package.json
CHANGED
|
Binary file
|