Skip to content

Commit

Permalink
ref: Remove auto instrumentation hint
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Sep 20, 2023
1 parent 4bdf911 commit d6d5012
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
Once installed, you can capture exceptions manually for now.

<Alert level="warning" title="Note">

It's not possible to capture unhandled exceptions, unhandled promise rejections now - Bun is working on adding support for it.
[Github Issue](https://github.com/oven-sh/bun/issues/5091) follow this issue.

</Alert>

<SignInNote />

```javascript {tabTitle:ESM}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

<Alert level="warning" title="Note">

It's not possible to capture unhandled exceptions, unhandled promise rejections now - Bun is working on adding support for it.
[Github Issue](https://github.com/oven-sh/bun/issues/5091) follow this issue.

</Alert>
2 changes: 1 addition & 1 deletion src/platforms/common/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PlatformContent includePath="getting-started-primer" />

On this page, we get you up and running with Sentry's SDK, so that it will automatically report errors and exceptions in your application.
On this page, we get you up and running with Sentry's SDK.

<PlatformSection noGuides notSupported={["android", "dart", "elixir", "flutter", "perl", "react-native", "unity", "unreal", "kotlin-multiplatform"]}>

Expand Down

0 comments on commit d6d5012

Please sign in to comment.