You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/javascript/common/configuration/integrations/default.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Available options:
90
90
91
91
_Import name: `Sentry.Integrations.LinkedErrors`_
92
92
93
-
This integration allows you to configure linked errors. They’ll be recursively read up to a specified limit, and lookup will be performed by a specific key. By default, the Sentry SDK sets the limit to five and the key used is `cause`.
93
+
This integration allows you to configure linked errors. They’ll be recursively read up to a specified limit, and lookup will be performed by a specific key. By default, the Sentry SDK sets the limit to five and the key used is `"cause"`.
This integration allows the SDK to provide original function and method names, even when those functions or methods
28
28
are wrapped by our error or breadcrumb handlers.
29
29
30
+
### LinkedErrors
31
+
32
+
_Import name: `Sentry.Integrations.LinkedErrors`_
33
+
34
+
This integration allows you to configure linked errors. They'll be recursively read up to a specified limit, and lookup will be performed by a specific key. By default, the limit is set to `5` and the key used is `"cause"`.
This integration attaches a global unhandled rejection handler. By default, all unhandled rejections trigger a warning and log the error. You can change this behavior using the `mode` option, which is works with Node's CLI options: https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode.
93
+
This integration attaches a global unhandled rejection handler. By default, all unhandled rejections trigger a warning and log the error. You can change this behavior using the `mode` option, which works with Node's CLI options: https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode.
79
94
80
95
Available options:
81
96
@@ -102,21 +117,6 @@ Available options:
102
117
}
103
118
```
104
119
105
-
### LinkedErrors
106
-
107
-
_Import name: `Sentry.Integrations.LinkedErrors`_
108
-
109
-
This integration allows you to configure linked errors. They'll be recursively read up to a specified limit, and lookup will be performed by a specific key. By default, the limit is set to 5 and the key used is `"cause"`.
0 commit comments