We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3671b commit 1449abaCopy full SHA for 1449aba
packages/react/README.md
@@ -17,7 +17,7 @@ client. This ensures the client is configured and automatic capturing of
17
unhandled errors occurs.
18
19
```jsx
20
-import { Exceptionless } from "@exceptionless/react";
+import { Exceptionless, ExceptionlessErrorBoundary } from "@exceptionless/react";
21
22
class App extends Component {
23
async componentDidMount() {
0 commit comments