Skip to content

Commit 2e2eaf1

Browse files
committed
[fix] prettier:write 스크립트 실행
1 parent bbe5843 commit 2e2eaf1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/scripts/monitoring/monitoring.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ export function trackException(error: Error, location: string): void {
166166
if (import.meta.env.DEV) {
167167
// eslint-disable-next-line @typescript-eslint/no-explicit-any
168168
(window as any).testSentry = () => {
169-
Sentry.logger.info('User triggered test log', { log_source: 'sentry_test' });
169+
Sentry.logger.info('User triggered test log', {
170+
log_source: 'sentry_test',
171+
});
170172
console.log('✅ Test sent. Check Sentry dashboard.');
171173
};
172174

0 commit comments

Comments
 (0)