File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Sentry.init({
45
45
: "https://bf47d2a69dccbb1f44173be530166765@o4508764596142080.ingest.us.sentry.io/4508764610494464" ,
46
46
environment : sstStage ,
47
47
tunnel : client . sentry . tunnel . $url ( ) . toString ( ) ,
48
+ debug : sstStage === "prod" ? false : true ,
48
49
integrations : [
49
50
Sentry . tanstackRouterBrowserTracingIntegration ( router ) ,
50
51
Sentry . replayIntegration ( {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { TanStackRouterVite } from "@tanstack/router-plugin/vite";
5
5
import react from "@vitejs/plugin-react" ;
6
6
import { defineConfig } from "vite" ;
7
7
8
- // https://vitejs.dev/config/
9
8
export default defineConfig ( ( ) => {
10
9
return {
11
10
plugins : [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default Sentry.withSentry(
21
21
? "https://8a5572abfbb6f99f6144edf73b98446f@o4508764596142080.ingest.us.sentry.io/4508770682273792"
22
22
: "https://d415d30f99a3f43649f2289a054fe5b2@o4508764596142080.ingest.us.sentry.io/4508764598829056" ,
23
23
tracesSampleRate : Resource . App . stage === "prod" ? 0.2 : 1.0 ,
24
- debug : true ,
24
+ debug : Resource . App . stage === "prod" ? false : true ,
25
25
environment : Resource . App . stage ,
26
26
} ) ,
27
27
handler ,
You can’t perform that action at this time.
0 commit comments