File tree Expand file tree Collapse file tree 3 files changed +402
-432
lines changed
Expand file tree Collapse file tree 3 files changed +402
-432
lines changed Original file line number Diff line number Diff line change 3131 "@monkeytype/schemas" : " workspace:*" ,
3232 "@monkeytype/util" : " workspace:*" ,
3333 "@sentry/browser" : " 10.44.0" ,
34- "@sentry/vite-plugin" : " 3.3.1 " ,
34+ "@sentry/vite-plugin" : " 5.2.0 " ,
3535 "@solid-devtools/overlay" : " 0.33.5" ,
3636 "@solid-primitives/refs" : " 1.1.2" ,
3737 "@solid-primitives/transition-group" : " 1.1.2" ,
Original file line number Diff line number Diff line change 44 UserConfig ,
55 BuildEnvironmentOptions ,
66 PluginOption ,
7- Plugin ,
87 CSSOptions ,
98} from "vite" ;
109import path from "node:path" ;
@@ -181,15 +180,15 @@ function getPlugins({
181180 } ,
182181 } ) ,
183182 useSentry
184- ? ( sentryVitePlugin ( {
183+ ? sentryVitePlugin ( {
185184 authToken : env [ "SENTRY_AUTH_TOKEN" ] ,
186185 org : "monkeytype" ,
187186 project : "frontend" ,
188187 release : {
189188 name : clientVersion ,
190189 } ,
191190 applicationKey : "monkeytype-frontend" ,
192- } ) as Plugin )
191+ } )
193192 : null ,
194193 injectPreload ( ) ,
195194 minifyJson ( ) ,
You can’t perform that action at this time.
0 commit comments