UNPKG

@rollbar/react

Version:

Effortlessly track and debug errors in your React applications with Rollbar. This package includes advanced error tracking features and a set of React-specific enhancements to help you identify and fix issues more quickly.

21 lines (16 loc) 856 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _rollupPluginBabelHelpers = require('./_virtual/_rollupPluginBabelHelpers.js'); var LEVEL_DEBUG = 'debug'; var LEVEL_INFO = 'info'; var LEVEL_WARN = 'warn'; var LEVEL_ERROR = 'error'; var LEVEL_CRITICAL = 'critical'; var constants = _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, LEVEL_DEBUG, 1), LEVEL_INFO, 2), LEVEL_WARN, 3), LEVEL_ERROR, 4), LEVEL_CRITICAL, 5); exports.LEVEL_CRITICAL = LEVEL_CRITICAL; exports.LEVEL_DEBUG = LEVEL_DEBUG; exports.LEVEL_ERROR = LEVEL_ERROR; exports.LEVEL_INFO = LEVEL_INFO; exports.LEVEL_WARN = LEVEL_WARN; exports.default = constants; //# sourceMappingURL=constant.js.map