File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { Instrument as InstrumentXhr } from '../features/ajax/instrument'
8
8
import { Instrument as InstrumentSessionTrace } from '../features/session_trace/instrument'
9
9
import { Instrument as InstrumentSpa } from '../features/spa/instrument'
10
10
import { Instrument as InstrumentPageAction } from '../features/page_action/instrument'
11
+ import { Instrument as InstrumentSessionReplay } from '../features/session_replay/instrument'
11
12
12
13
/**
13
14
* 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 {
25
26
InstrumentMetrics ,
26
27
InstrumentPageAction ,
27
28
InstrumentErrors ,
28
- InstrumentSpa
29
+ InstrumentSpa ,
30
+ InstrumentSessionReplay
29
31
] ,
30
32
loaderType : 'browser-agent'
31
33
} )
You can’t perform that action at this time.
0 commit comments