Skip to content

Commit

Permalink
add rollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 5, 2025
1 parent e3464f5 commit 140ed5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/init.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const init = async () => {
accessToken: '',
environment: 'testenv',
};
function TestError() {
const a = null;
return a.hello();
}

filter.add(filter.getDictionary('en'));
filter.add(filter.getDictionary('ru'));
Expand All @@ -76,6 +80,7 @@ const init = async () => {
<ErrorBoundary>
<Provider store={store}>
<StrictMode>
<TestError />
<App />
<ToastContainer />
</StrictMode>
Expand Down

0 comments on commit 140ed5d

Please sign in to comment.