UNPKG

@sentry/browser

Version:
9 lines (8 loc) 878 B
import { browserTracingIntegrationShim, consoleLoggingIntegrationShim, elementTimingIntegrationShim, loggerShim, spanStreamingIntegrationShim } from '@sentry-internal/integration-shims'; import { feedbackAsyncIntegration } from './feedbackAsync'; export * from './index.bundle.base'; export { consoleLoggingIntegrationShim as consoleLoggingIntegration, loggerShim as logger }; export { getFeedback, sendFeedback } from '@sentry-internal/feedback'; export { browserTracingIntegrationShim as browserTracingIntegration, elementTimingIntegrationShim as elementTimingIntegration, feedbackAsyncIntegration as feedbackAsyncIntegration, feedbackAsyncIntegration as feedbackIntegration, spanStreamingIntegrationShim as spanStreamingIntegration, }; export { replayIntegration, getReplay } from '@sentry-internal/replay'; //# sourceMappingURL=index.bundle.replay.feedback.d.ts.map