Skip to content

Commit 4de7e9e

Browse files
feat: Add SR entrypoint to NPM ahead of LP (#714)
1 parent fbbfe1f commit 4de7e9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/loaders/browser-agent.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { Instrument as InstrumentXhr } from '../features/ajax/instrument'
88
import { Instrument as InstrumentSessionTrace } from '../features/session_trace/instrument'
99
import { Instrument as InstrumentSpa } from '../features/spa/instrument'
1010
import { Instrument as InstrumentPageAction } from '../features/page_action/instrument'
11+
import { Instrument as InstrumentSessionReplay } from '../features/session_replay/instrument'
1112

1213
/**
1314
* An agent class with all feature modules available. Features may be disabled and enabled via runtime configuration.
@@ -25,7 +26,8 @@ export class BrowserAgent extends Agent {
2526
InstrumentMetrics,
2627
InstrumentPageAction,
2728
InstrumentErrors,
28-
InstrumentSpa
29+
InstrumentSpa,
30+
InstrumentSessionReplay
2931
],
3032
loaderType: 'browser-agent'
3133
})

0 commit comments

Comments
 (0)