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
Additionally, `Integrations.Vue` accepts a few different configuration options that let you change its behavior:
46
+
32
47
- Passing in `Vue` is optional, if you do not pass it `window.Vue` must be present.
33
48
- Passing in `attachProps` is optional and is `true` if it is not provided. If you set it to `false`, Sentry will suppress sending all Vue components' props for logging.
34
49
- Passing in `logErrors` is optional and is `false` if it is not provided. If you set it to `true`, Sentry will call original Vue's `logError` function as well.
35
50
36
51
{% capture __alert %}
37
-
Please note that if you enable this integration Vue internally will not call `logError` due to a currently know limitation see: [GitHub Issue](https://github.com/vuejs/vue/issues/8433). This means that errors occurring in the Vue renderer will not show up in the developer console.
52
+
Please note that if you enable this integration, Vue will not call its `logError` internally. This means that errors occurring in the Vue renderer will not show up in the developer console.
53
+
If you want to preserve this functionality, make sure to pass the `logErrors: true` option.
38
54
{% endcapture %}
39
55
40
56
{% include components/alert.html
@@ -43,17 +59,6 @@ Please note that if you enable this integration Vue internally will not call `lo
0 commit comments