upated changedlog
This commit is contained in:
parent
25e98de6e2
commit
24e6ac4f16
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
- support for Long Animation Task tracking
|
||||
- support for timing information in resource tracking
|
||||
- add incident events for tracker
|
||||
```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() })
|
||||
|
||||
```
|
||||
|
||||
## 16.3.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue