diff --git a/README.md b/README.md index 3097edb..454b498 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Initialization settings: | `context` | object | optional | Any data you want to pass with every message. Has limitation of length. | | `vue` | Vue constructor | optional | Pass Vue constructor to set up the [Vue integration](#integrate-to-vue-application) | | `disableGlobalErrorsHandling` | boolean | optional | Do not initialize global errors handling | +| `disableVueErrorHandler` | boolean | optional | Do not initialize Vue errors handling | | `beforeSend` | function(event) => event | optional | This Method allows you to filter any data you don't want sending to Hawk | Other available [initial settings](types/hawk-initial-settings.d.ts) are described at the type definition. diff --git a/example/index.html b/example/index.html index baca5a4..33a1ab5 100644 --- a/example/index.html +++ b/example/index.html @@ -228,11 +228,11 @@