backtrace-node
Version:
Backtrace error reporting tool
20 lines • 756 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var BacktraceClientOptions = /** @class */ (function () {
function BacktraceClientOptions() {
this.timeout = 15000;
this.attributes = {};
this.disableGlobalHandler = false;
this.handlePromises = false;
this.allowMultipleUncaughtExceptionListeners = false;
this.tabWidth = 8;
this.contextLineCount = 200;
this.sampling = undefined;
this.rateLimit = 0;
this.debugBacktrace = false;
this.enableMetricsSupport = true;
}
return BacktraceClientOptions;
}());
exports.BacktraceClientOptions = BacktraceClientOptions;
//# sourceMappingURL=backtraceClientOptions.js.map
;