@sentry/browser
Version:
Official Sentry SDK for browsers
5 lines • 493 B
TypeScript
import { BrowserTracing, Feedback, addTracingExtensions, browserTracingIntegration, feedbackIntegration } from '@sentry-internal/integration-shims';
import { InternalReplay, internalReplayIntegration } from '@sentry/replay';
export * from './index.bundle.base';
export { BrowserTracing, browserTracingIntegration, addTracingExtensions, InternalReplay as Replay, internalReplayIntegration as replayIntegration, Feedback, feedbackIntegration, };
//# sourceMappingURL=index.bundle.replay.d.ts.map