We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f5da4 commit 384aab2Copy full SHA for 384aab2
src/diagnostics.ts
@@ -216,5 +216,5 @@ export async function error(err: Error | unknown, fatal = true): Promise<void> {
216
* Exit hook for making sure Sentry finishes reporting.
217
*/
218
export async function onExit(): Promise<void> {
219
- await Sentry.close(2000)
+ // Nothing to do.
220
}
0 commit comments