From 58f9b2952e4d39ad7d953021791046be65ce4679 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Thu, 9 May 2024 11:17:46 +0200 Subject: [PATCH] ref(js/bun): Remove global unhandled errors warning from bun --- platform-includes/getting-started-primer/javascript.bun.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/platform-includes/getting-started-primer/javascript.bun.mdx b/platform-includes/getting-started-primer/javascript.bun.mdx index eaec6069c2b8a..242f16495eedf 100644 --- a/platform-includes/getting-started-primer/javascript.bun.mdx +++ b/platform-includes/getting-started-primer/javascript.bun.mdx @@ -3,9 +3,3 @@ The Bun SDK is currently in Beta. - - - -The Bun SDK can't currently capture global unhandled exceptions and unhandled promise rejections. Bun is working on adding support to enable this. See this [Github issue](https://github.com/oven-sh/bun/issues/5091) for more information. - -