Skip to content

Commit

Permalink
revert: Sentryの設定への変更をもとに戻した
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Mar 4, 2024
1 parent c5f23d3 commit 883d714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ NODE_ENV=production
VITE_APP_URL=https://app.twinte.net
VITE_API_URL=https://app.twinte.net/api/v3
VITE_APP_SENTRY_URL=https://2fc5be4f95404937ada4d0127497fca4@o4504011477221376.ingest.sentry.io/4504226167324672
VITE_APP_SENTRY_ORIGIN=app.twinte.net
2 changes: 1 addition & 1 deletion src/ui/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sentry.init({
integrations: [
new BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
tracingOrigins: [import.meta.env.VITE_APP_SENTRY_ORIGIN ?? ""],
tracingOrigins: ["app.twinte.net"],
}),
new Sentry.Replay({
maskAllText: false,
Expand Down

0 comments on commit 883d714

Please sign in to comment.