mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
ignore non-actionable errors in grafana agent (#54824)
This commit is contained in:
+5
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user