Skip to content

Commit

Permalink
fix(sentry): add missing env prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 10, 2022
1 parent a53678b commit 5f4c1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Sentry.init({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
}),
],
environment: import.meta.env.NODE_ENV,
tracesSampleRate: 1.0,
});

Expand Down

0 comments on commit 5f4c1f4

Please sign in to comment.