Skip to content

Commit 6d991db

Browse files
committed
Test
1 parent 245ebc9 commit 6d991db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Sentry.init({
1818
replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
1919
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
2020
});
21+
console.log("Hello World");
2122

2223
ReactDOM.createRoot(document.getElementById("root")!).render(
2324
<React.StrictMode>

0 commit comments

Comments
 (0)