Skip to content

Commit

Permalink
Configure sentry init environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 14, 2024
1 parent 4881edc commit 8882569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default function initSentry() {
Sentry.init({
dsn: "https://df77ee799280152a4bc7b88a7a9ee6f4@sentry.openaedmap.org/2",
integrations: [],
environment: import.meta.env.VITE_ENV,
});
}
}
Expand Down

0 comments on commit 8882569

Please sign in to comment.