Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/browser/src/index.bundle.replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {

export * from './index.bundle.base';

export { replayIntegration } from '@sentry-internal/replay';
export { replayIntegration, getReplay } from '@sentry-internal/replay';

export {
browserTracingIntegrationShim as browserTracingIntegration,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ import { feedbackAsyncIntegration } from './feedbackAsync';
export { getFeedback } from '@sentry-internal/feedback';
export { feedbackAsyncIntegration as feedbackAsyncIntegration, feedbackAsyncIntegration as feedbackIntegration };

export { replayIntegration } from '@sentry-internal/replay';
export { replayIntegration, getReplay } from '@sentry-internal/replay';
2 changes: 1 addition & 1 deletion packages/browser/src/index.bundle.tracing.replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export {
import { feedbackIntegrationShim } from '@sentry-internal/integration-shims';
export { feedbackIntegrationShim as feedbackAsyncIntegration, feedbackIntegrationShim as feedbackIntegration };

export { replayIntegration } from '@sentry-internal/replay';
export { replayIntegration, getReplay } from '@sentry-internal/replay';
Loading