We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aecc7b commit 714b846Copy full SHA for 714b846
1 file changed
packages/cli/src/global_telemetry.ts
@@ -231,6 +231,5 @@ export async function sendToSentry(data: CLIError) {
231
await Sentry.flush()
232
} catch {
233
debug('Could not send error report')
234
- return Promise.reject()
235
}
236
0 commit comments