mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 00:52:16 +08:00

* 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
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import { initClientWorker } from 'crashme';
|
|
|
|
initClientWorker({
|
|
dbName: 'grafana.crashes',
|
|
// How often the tab will report its state
|
|
pingInterval: 1000,
|
|
});
|