upated changedlog (#3458)

* upated changedlog

* fix change
This commit is contained in:
Andrey Babushkin 2025-05-30 15:08:22 +02:00 committed by GitHub
parent 1d113174e4
commit ed5c874765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 (label and endTime are optional)
tracker.incident({ label: 'incident', startTime: Date.now() })
```
## 16.3.0