* Determines whether Event Replay feature should be activated on the client.
(injector: Injector)
| 63 | * Determines whether Event Replay feature should be activated on the client. |
| 64 | */ |
| 65 | function shouldEnableEventReplay(injector: Injector) { |
| 66 | return injector.get(IS_EVENT_REPLAY_ENABLED, EVENT_REPLAY_ENABLED_DEFAULT); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Returns a set of providers required to setup support for event replay. |
no test coverage detected
searching dependent graphs…