We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1d2cc commit cdcb316Copy full SHA for cdcb316
packages/javascript/README.md
@@ -88,7 +88,6 @@ Initialization settings:
88
| `user` | {id: string, name?: string, image?: string, url?: string} | optional | Current authenticated user |
89
| `context` | object | optional | Any data you want to pass with every message. Has limitation of length. |
90
| `vue` | Vue constructor | optional | Pass Vue constructor to set up the [Vue integration](#integrate-to-vue-application) |
91
-| `disableGlobalErrorsHandling` | boolean | optional | Deprecated. Use `issues.errors: false` instead. |
92
| `disableVueErrorHandler` | boolean | optional | Do not initialize Vue errors handling |
93
| `consoleTracking` | boolean | optional | Initialize console logs tracking |
94
| `breadcrumbs` | false or BreadcrumbsOptions object | optional | Configure breadcrumbs tracking (see below) |
0 commit comments