- Something went wrong
+ 🛸 Something unexpected happened
- An unrecoverable error occurred. Please try{' '}
+ An unrecoverable error occurred{window.Bugsnag ||
+ (true && ' and our engineers have been notified')}. Please try{' '}
reloading.
diff --git a/app/scenes/Document/Document.js b/app/scenes/Document/Document.js
index 7aa08b9cb..af22e5536 100644
--- a/app/scenes/Document/Document.js
+++ b/app/scenes/Document/Document.js
@@ -33,6 +33,7 @@ import CenteredContent from 'components/CenteredContent';
import PageTitle from 'components/PageTitle';
import NewDocumentIcon from 'components/Icon/NewDocumentIcon';
import Actions, { Action, Separator } from 'components/Actions';
+import ErrorBoundary from 'components/ErrorBoundary';
import Search from 'scenes/Search';
const DISCARD_CHANGES = `
@@ -216,75 +217,77 @@ class DocumentScene extends Component {
return (