Skip to content

Commit 384aab2

Browse files
committed
fix: drop forced sentry close
Signed-off-by: Sam Gammon <[email protected]>
1 parent d5f5da4 commit 384aab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ export async function error(err: Error | unknown, fatal = true): Promise<void> {
216216
* Exit hook for making sure Sentry finishes reporting.
217217
*/
218218
export async function onExit(): Promise<void> {
219-
await Sentry.close(2000)
219+
// Nothing to do.
220220
}

0 commit comments

Comments
 (0)