@cloudcare/browser-logs 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,13 +7,15 @@ export function startLogsBatch(
7
7
  configuration,
8
8
  lifeCycle,
9
9
  reportError,
10
- pageExitObservable
10
+ pageExitObservable,
11
+ sessionExpireObservable
11
12
  ) {
12
13
  var batch = startBatchWithReplica(
13
14
  configuration,
14
15
  configuration.logsEndpoint,
15
16
  reportError,
16
- pageExitObservable
17
+ pageExitObservable,
18
+ sessionExpireObservable
17
19
  )
18
20
 
19
21
  lifeCycle.subscribe(