@@ -78,14 +78,14 @@ describe('withSentry()', () => {
78
78
} ) ;
79
79
const names = config ?. vite . plugins . flat ( ) . map ( ( plugin : Plugin ) => plugin . name ) ;
80
80
expect ( names ) . toEqual ( [
81
+ 'sentry-solidstart-build-instrumentation-file' ,
81
82
'sentry-solidstart-source-maps' ,
82
83
'sentry-telemetry-plugin' ,
83
84
'sentry-vite-release-injection-plugin' ,
84
85
'sentry-debug-id-upload-plugin' ,
85
86
'sentry-vite-debug-id-injection-plugin' ,
86
87
'sentry-vite-debug-id-upload-plugin' ,
87
88
'sentry-file-deletion-plugin' ,
88
- 'sentry-solidstart-build-instrumentation-file' ,
89
89
] ) ;
90
90
} ) ;
91
91
@@ -106,14 +106,14 @@ describe('withSentry()', () => {
106
106
107
107
const names = config ?. vite . plugins . flat ( ) . map ( ( plugin : Plugin ) => plugin . name ) ;
108
108
expect ( names ) . toEqual ( [
109
+ 'sentry-solidstart-build-instrumentation-file' ,
109
110
'sentry-solidstart-source-maps' ,
110
111
'sentry-telemetry-plugin' ,
111
112
'sentry-vite-release-injection-plugin' ,
112
113
'sentry-debug-id-upload-plugin' ,
113
114
'sentry-vite-debug-id-injection-plugin' ,
114
115
'sentry-vite-debug-id-upload-plugin' ,
115
116
'sentry-file-deletion-plugin' ,
116
- 'sentry-solidstart-build-instrumentation-file' ,
117
117
'my-test-plugin' ,
118
118
] ) ;
119
119
} ) ;
@@ -138,14 +138,14 @@ describe('withSentry()', () => {
138
138
. plugins . flat ( )
139
139
. map ( ( plugin : Plugin ) => plugin . name ) ;
140
140
expect ( names ) . toEqual ( [
141
+ 'sentry-solidstart-build-instrumentation-file' ,
141
142
'sentry-solidstart-source-maps' ,
142
143
'sentry-telemetry-plugin' ,
143
144
'sentry-vite-release-injection-plugin' ,
144
145
'sentry-debug-id-upload-plugin' ,
145
146
'sentry-vite-debug-id-injection-plugin' ,
146
147
'sentry-vite-debug-id-upload-plugin' ,
147
148
'sentry-file-deletion-plugin' ,
148
- 'sentry-solidstart-build-instrumentation-file' ,
149
149
'my-test-plugin' ,
150
150
] ) ;
151
151
} ) ;
0 commit comments