UNPKG

@metamask/error-reporting-service

Version:

Logs errors to an error reporting service such as Sentry

6 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorReportingService = void 0; var error_reporting_service_1 = require("./error-reporting-service.cjs"); Object.defineProperty(exports, "ErrorReportingService", { enumerable: true, get: function () { return error_reporting_service_1.ErrorReportingService; } }); //# sourceMappingURL=index.cjs.map