UNPKG

@sentry/remix

Version:
28 lines (22 loc) 1.1 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const index = require('./client/index.js'); const react = require('@sentry/react'); const browserTracingIntegration = require('./client/browserTracingIntegration.js'); const errors = require('./client/errors.js'); const sdk = require('./client/sdk.js'); const performance = require('./client/performance.js'); exports.captureRemixServerException = index.captureRemixServerException; exports.browserTracingIntegration = browserTracingIntegration.browserTracingIntegration; exports.captureRemixErrorBoundaryError = errors.captureRemixErrorBoundaryError; exports.init = sdk.init; exports.withSentry = performance.withSentry; Object.prototype.hasOwnProperty.call(react, '__proto__') && !Object.prototype.hasOwnProperty.call(exports, '__proto__') && Object.defineProperty(exports, '__proto__', { enumerable: true, value: react['__proto__'] }); Object.keys(react).forEach(k => { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = react[k]; }); //# sourceMappingURL=index.client.js.map