Skip to content

Commit

Permalink
chore: console 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 5, 2024
1 parent e7f5c18 commit 6beb924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const setSentry = () => {
function initSentry() {
if (process.env.NODE_ENV === 'development') return;

console.log(`VERCEL ENV : ${process.env.VERCEL_ENV}`);
Sentry.init({
environment: process.env.VERCEL_ENV,
dsn: SENTRY_DSN_KEY,
Expand Down

0 comments on commit 6beb924

Please sign in to comment.