mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
ErrorBoundary: Move boundary type to context (#112167)
Move boundary type to context
This commit is contained in:
parent
acbbfde256
commit
fcdfc86561
1 changed files with 1 additions and 1 deletions
|
|
@ -44,8 +44,8 @@ export class ErrorBoundary extends PureComponent<Props, State> {
|
|||
this.props.errorLogger(error);
|
||||
} else {
|
||||
faro?.api?.pushError(error, {
|
||||
type: 'boundary',
|
||||
context: {
|
||||
type: 'boundary',
|
||||
source: this.props.boundaryName ?? 'unknown',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue