Skip to content

Commit 714b846

Browse files
committed
remove promise rejection from sendToSentry function as unnecessary
1 parent 7aecc7b commit 714b846

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/global_telemetry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,5 @@ export async function sendToSentry(data: CLIError) {
231231
await Sentry.flush()
232232
} catch {
233233
debug('Could not send error report')
234-
return Promise.reject()
235234
}
236235
}

0 commit comments

Comments
 (0)