@@ -78,14 +78,14 @@ describe('withSentry()', () => {
7878    } ) ; 
7979    const  names  =  config ?. vite . plugins . flat ( ) . map ( ( plugin : Plugin )  =>  plugin . name ) ; 
8080    expect ( names ) . toEqual ( [ 
81+       'sentry-solidstart-build-instrumentation-file' , 
8182      'sentry-solidstart-source-maps' , 
8283      'sentry-telemetry-plugin' , 
8384      'sentry-vite-release-injection-plugin' , 
8485      'sentry-debug-id-upload-plugin' , 
8586      'sentry-vite-debug-id-injection-plugin' , 
8687      'sentry-vite-debug-id-upload-plugin' , 
8788      'sentry-file-deletion-plugin' , 
88-       'sentry-solidstart-build-instrumentation-file' , 
8989    ] ) ; 
9090  } ) ; 
9191
@@ -106,14 +106,14 @@ describe('withSentry()', () => {
106106
107107    const  names  =  config ?. vite . plugins . flat ( ) . map ( ( plugin : Plugin )  =>  plugin . name ) ; 
108108    expect ( names ) . toEqual ( [ 
109+       'sentry-solidstart-build-instrumentation-file' , 
109110      'sentry-solidstart-source-maps' , 
110111      'sentry-telemetry-plugin' , 
111112      'sentry-vite-release-injection-plugin' , 
112113      'sentry-debug-id-upload-plugin' , 
113114      'sentry-vite-debug-id-injection-plugin' , 
114115      'sentry-vite-debug-id-upload-plugin' , 
115116      'sentry-file-deletion-plugin' , 
116-       'sentry-solidstart-build-instrumentation-file' , 
117117      'my-test-plugin' , 
118118    ] ) ; 
119119  } ) ; 
@@ -138,14 +138,14 @@ describe('withSentry()', () => {
138138      . plugins . flat ( ) 
139139      . map ( ( plugin : Plugin )  =>  plugin . name ) ; 
140140    expect ( names ) . toEqual ( [ 
141+       'sentry-solidstart-build-instrumentation-file' , 
141142      'sentry-solidstart-source-maps' , 
142143      'sentry-telemetry-plugin' , 
143144      'sentry-vite-release-injection-plugin' , 
144145      'sentry-debug-id-upload-plugin' , 
145146      'sentry-vite-debug-id-injection-plugin' , 
146147      'sentry-vite-debug-id-upload-plugin' , 
147148      'sentry-file-deletion-plugin' , 
148-       'sentry-solidstart-build-instrumentation-file' , 
149149      'my-test-plugin' , 
150150    ] ) ; 
151151  } ) ; 
0 commit comments