UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

12 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShouldConfigure = void 0; const Wizard_1 = require("../Helper/Wizard"); const BaseStep_1 = require("./BaseStep"); class ShouldConfigure extends BaseStep_1.BaseStep { async emit(answers) { return (0, Wizard_1.getCurrentIntegration)(answers).shouldConfigure(answers); } } exports.ShouldConfigure = ShouldConfigure; //# sourceMappingURL=ShouldConfigure.js.map