@sentry/browser
Version:
Official Sentry SDK for browsers
7 lines • 616 B
TypeScript
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