Skip to content

Commit

Permalink
fix: 키 들어가는지 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 25, 2024
1 parent 5cca7c6 commit 5006fa3
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 @@ -10,6 +10,7 @@ import {
import { VITE_SENTRY_DSN_KEY } from '@/constants/environment';

console.log(VITE_SENTRY_DSN_KEY);
console.log(process.env.VITE_SENTRY_DSN_KEY);

const setSentry = () => {
function initSentry() {
Expand Down

0 comments on commit 5006fa3

Please sign in to comment.