Skip to content

Commit 388d8bd

Browse files
committed
add categorySupported, fix incorrect heading, add link
1 parent b3dbe4b commit 388d8bd

File tree

1 file changed

+4
-3
lines changed
  • docs/platforms/javascript/common/configuration

1 file changed

+4
-3
lines changed

docs/platforms/javascript/common/configuration/options.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,15 @@ By the time `beforeSend` is executed, all scope data has already been applied to
294294

295295
<PlatformSection supported={["javascript.vue", "javascript.nuxt"]}>
296296

297-
<SdkOption name="attachProps" type='boolean' defaultValue='true'>
297+
<SdkOption name="attachProps" type='boolean' defaultValue='true' categorySupported={['browser']}>
298298

299299
When enabled, all props of the Vue component where the error was thrown in are attached to the event.
300300

301301
</SdkOption>
302302

303-
<SdkOption name="attachProps" type='boolean' defaultValue='true'>
304-
By default, the SDK attaches an error handler to capture Vue exceptions and report them to Sentry.
303+
<SdkOption name="attachErrorHandler" type='boolean' defaultValue='true' categorySupported={['browser']}>
304+
By default, the SDK attaches a [Vue error handler](https://vuejs.org/api/application.html#app-config-errorhandler)
305+
to capture Vue exceptions and report them to Sentry.
305306
When `attachErrorHandler` is set to `false`, automatic error reporting is disabled.
306307

307308
Usually, this option should stay enabled, unless you want to set up Sentry error reporting yourself.

0 commit comments

Comments
 (0)