UNPKG

@sentry/browser

Version:
7 lines 616 B
import { browserTracingIntegrationShim, metricsShim, replayIntegrationShim } from '@sentry-internal/integration-shims'; import { feedbackAsyncIntegration } from './feedbackAsync'; export * from './index.bundle.base'; export { getFeedback } from '@sentry-internal/feedback'; export { browserTracingIntegrationShim as browserTracingIntegration, feedbackAsyncIntegration as feedbackAsyncIntegration, feedbackAsyncIntegration as feedbackIntegration, replayIntegrationShim as replayIntegration, metricsShim as metrics, }; export { captureFeedback } from '@sentry/core'; //# sourceMappingURL=index.bundle.feedback.d.ts.map