UNPKG

@roarr/sentry

Version:

Sentry integration that adds Roarr logs to Sentry breadcrumbs.

6 lines (5 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createRoarrSentryIntegration = void 0; var factories_1 = require("./factories"); Object.defineProperty(exports, "createRoarrSentryIntegration", { enumerable: true, get: function () { return factories_1.createRoarrSentryIntegration; } });