Skip to content

Commit

Permalink
Removed console log added by mistake in the SentryMonitoringAdapter c…
Browse files Browse the repository at this point in the history
…lass (#843)
  • Loading branch information
souyahia-monk authored Sep 10, 2024
1 parent 4ef0d66 commit 3328f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sentry/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export class SentryMonitoringAdapter extends DebugMonitoringAdapter implements M
}

override setUserId(id: string): void {
console.log('Hello');
Sentry.setUser({ id });
}

Expand Down

0 comments on commit 3328f9e

Please sign in to comment.