upated changedlog

This commit is contained in:
Андрей Бабушкин 2025-05-30 11:07:40 +02:00
parent 25e98de6e2
commit 24e6ac4f16

View file

@ -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