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 7639164 commit 57ceb5dCopy full SHA for 57ceb5d
src/hooks.client.ts
@@ -24,7 +24,7 @@ setupSentryClient({
24
});
25
setClientPosthogSessionId();
26
27
-logger.debug('Client app started');
+logger.info('Starting the app client...');
28
29
export const handleError = handleErrorWithSentry((async ({ error }) => {
30
const message = 'Internal Client Error';
0 commit comments