Files
grafana/public/app/core/crash/client.worker.ts
Piotr Jamróz 3a6858cf26 Frontend o11y: Report browser crashes to Faro (#95772)
* Report browser crashes to Faro

* Fix linting

* Change context log context prefix

* Update types

* Update crash detection library to report stale tabs

* Post merge fixes
2024-11-12 16:07:27 +01:00

8 lines
164 B
TypeScript

import { initClientWorker } from 'crashme';
initClientWorker({
dbName: 'grafana.crashes',
// How often the tab will report its state
pingInterval: 1000,
});