|
1 | 1 | import type { Context, RelativeTime, TimeStamp } from '@flashcatcloud/browser-core' |
| 2 | +<<<<<<< HEAD |
2 | 3 | import { Observable, ErrorSource, ONE_MINUTE, getTimeStamp, noop } from '@flashcatcloud/browser-core' |
| 4 | +======= |
| 5 | +import { |
| 6 | + Observable, |
| 7 | + ErrorSource, |
| 8 | + ONE_MINUTE, |
| 9 | + getTimeStamp, |
| 10 | + noop, |
| 11 | + createCustomerDataTracker, |
| 12 | +} from '@flashcatcloud/browser-core' |
| 13 | +>>>>>>> b8d6611df7aa9a0b069bd04ee12b3cc1cc8a9935 |
3 | 14 | import type { Clock } from '@flashcatcloud/browser-core/test' |
4 | 15 | import { mockClock } from '@flashcatcloud/browser-core/test' |
5 | 16 | import type { LogsEvent } from '../logsEvent.types' |
@@ -72,10 +83,15 @@ describe('startLogsAssembly', () => { |
72 | 83 | beforeSend: (x: LogsEvent) => beforeSend(x), |
73 | 84 | } |
74 | 85 | beforeSend = noop |
| 86 | +<<<<<<< HEAD |
75 | 87 | mainLogger = new Logger(() => noop) |
76 | 88 | const hooks = createHooks() |
77 | 89 | startRUMInternalContext(hooks) |
78 | 90 | startLogsAssembly(sessionManager, configuration, lifeCycle, hooks, () => COMMON_CONTEXT, noop) |
| 91 | +======= |
| 92 | + mainLogger = new Logger(() => noop, createCustomerDataTracker(noop)) |
| 93 | + startLogsAssembly(sessionManager, configuration, lifeCycle, () => COMMON_CONTEXT, noop) |
| 94 | +>>>>>>> b8d6611df7aa9a0b069bd04ee12b3cc1cc8a9935 |
79 | 95 | window.FC_RUM = { |
80 | 96 | getInternalContext: noop, |
81 | 97 | } |
|
0 commit comments