@roarr/sentry
Version:
Sentry integration that adds Roarr logs to Sentry breadcrumbs.
6 lines (5 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createRoarrSentryIntegration = void 0;
var createRoarrSentryIntegration_1 = require("./createRoarrSentryIntegration");
Object.defineProperty(exports, "createRoarrSentryIntegration", { enumerable: true, get: function () { return createRoarrSentryIntegration_1.createRoarrSentryIntegration; } });