npm package diff
Package: @forge/cli
Versions: 12.3.0-next.0-experimental-8a53773 - 12.3.0-next.2
File: package/out/service/tunnel-service.js
Index: package/out/service/tunnel-service.js
===================================================================
--- package/out/service/tunnel-service.js
+++ package/out/service/tunnel-service.js
@@ -53,9 +53,9 @@
const manifestFileWatcher = this.tunnelInteractor.watchAndWarnOnManifestChanges(manifest_1.MANIFEST_FILE);
await this.tunnelInteractor.handleUserExitEvent(tunnel.stopFunction, monitor, manifestFileWatcher);
}
catch (e) {
- await this.analyticsService.reportTunnelFailure(e.constructor.name, (0, cli_shared_1.getErrorAttributes)(e));
+ await this.analyticsService.reportTunnelFailure(creds, e.constructor.name, (0, cli_shared_1.getErrorAttributes)(e));
if (onError) {
await onError(e);
}
else {