Add Datadog RUM (#28)
This commit is contained in:
@@ -18,7 +18,7 @@ export default class ErrorBoundary extends Component {
|
||||
if (this.state.hasError)
|
||||
return (
|
||||
<Typography variant="h3" align="center">
|
||||
Oops. An React JS Error Occured.
|
||||
Client-side Error Occured and Logged
|
||||
</Typography>
|
||||
);
|
||||
return this.props.children;
|
||||
|
||||
Reference in New Issue
Block a user