mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ignore non-actionable errors in grafana agent (#54824)
This commit is contained in:
parent
c684babecc
commit
9dd4eab553
@ -58,6 +58,11 @@ export class GrafanaJavascriptAgentBackend
|
||||
},
|
||||
instrumentations,
|
||||
transports: [new EchoSrvTransport()],
|
||||
ignoreErrors: [
|
||||
'ResizeObserver loop limit exceeded',
|
||||
'ResizeObserver loop completed',
|
||||
'Non-Error exception captured with keys',
|
||||
],
|
||||
};
|
||||
this.agentInstance = initializeAgent(grafanaJavaScriptAgentOptions);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user