Skip to content

Commit 203d4fd

Browse files
committed
remove promise rejection from sendToSentry function as unnecessary
1 parent e6fc537 commit 203d4fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)