Skip to content

Commit 57ceb5d

Browse files
committed
Change first client log
1 parent 7639164 commit 57ceb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setupSentryClient({
2424
});
2525
setClientPosthogSessionId();
2626

27-
logger.debug('Client app started');
27+
logger.info('Starting the app client...');
2828

2929
export const handleError = handleErrorWithSentry((async ({ error }) => {
3030
const message = 'Internal Client Error';

0 commit comments

Comments
 (0)