You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,7 +191,11 @@ function resolveFilesToDeleteAfterUpload(
198
191
);
199
192
}
200
193
201
-
returnfallbackFilesToDelete;
194
+
returnfilesToDeleteAfterUpload
195
+
? filesToDeleteAfterUpload
196
+
: shouldDeleteFilesAfterUpload
197
+
? fallbackFilesToDelete
198
+
: undefined;
202
199
}
203
200
204
201
/* There are multiple ways to set up source maps (https://github.com/getsentry/sentry-javascript/issues/13993 and https://github.com/getsentry/sentry-javascript/pull/15859)
0 commit comments