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: docs/content/en/configuration/options.md
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ Note that the module sets the following defaults when publishing is enabled:
232
232
```js
233
233
{
234
234
ExtraErrorData: {},
235
-
ReportingObserver: {},
235
+
ReportingObserver: { types: ['crash'] },
236
236
RewriteFrames: {},
237
237
}
238
238
```
@@ -244,8 +244,6 @@ Note that the module sets the following defaults when publishing is enabled:
244
244
```js
245
245
{
246
246
ExtraErrorData: false,
247
-
ReportingObserver: {},
248
-
RewriteFrames: {},
249
247
}
250
248
```
251
249
- See also [Sentry Browser Integrations](https://docs.sentry.io/platforms/javascript/guides/vue/configuration/integrations/) for more information on configuring each integration.
@@ -268,10 +266,7 @@ Note that the module sets the following defaults when publishing is enabled:
268
266
- To disable integration that is enabled by default, pass `false` as a value. For example to disable `ExtraErrorData` integration (only) set the option to:
269
267
```js
270
268
{
271
-
Dedupe: {},
272
269
ExtraErrorData: false,
273
-
RewriteFrames: {},
274
-
Transaction: {},
275
270
}
276
271
```
277
272
- See also [Sentry Server Integrations](https://docs.sentry.io/platforms/node/configuration/integrations/) for more information on configuring each integration.
0 commit comments