File tree Expand file tree Collapse file tree
packages/vike-react-sentry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ Sentry SDK configuration options.
8080
8181export default {
8282 tracesSampleRate: 1.0 ,
83- debug: true ,
84- )
83+ debug: true
84+ }
8585```
8686
8787> [ !NOTE]
@@ -100,9 +100,9 @@ export default async () => {
100100 return {
101101 tracesSampleRate: 1.0 ,
102102 debug: true ,
103- environment: globalContext .isProduction ? ' production' : ' development' ,
103+ environment: globalContext .isProduction ? ' production' : ' development'
104104 }
105- )
105+ }
106106```
107107
108108> [ !NOTE]
@@ -119,7 +119,7 @@ You can define settings only on the client- or server-side:
119119export default {
120120 integrations: [
121121 // Add custom browser integrations here
122- ],
122+ ]
123123}
124124```
125125
@@ -132,7 +132,7 @@ export default {
132132export default () => {
133133 integrations: [
134134 // Add custom Node.js integrations here
135- ],
135+ ]
136136}
137137```
138138
You can’t perform that action at this time.
0 commit comments