fix change
This commit is contained in:
parent
24e6ac4f16
commit
408bcedece
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
```js
|
||||
import { tracker } from '@openreplay/tracker'
|
||||
|
||||
// call incident function and pass label, startTime, and endTime (all fields are optional)
|
||||
tracker.incident({ label: 'incidedent', startTime: Date.now() })
|
||||
// call incident function and pass label, startTime, and endTime (label and endTime are optional)
|
||||
tracker.incident({ label: 'incident', startTime: Date.now() })
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue