Skip to content

Property 'util' is missing in type 'VueConstructor<Vue>' but required in type 'VueInstance' #2653

@Shinigami92

Description

@Shinigami92

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

@sentry/browser 5.16.1
@sentry/integrations 5.16.1
vue 2.6.11

Description

import Vue from 'vue'
import * as Sentry from '@sentry/browser';
import { Vue as VueIntegration } from '@sentry/integrations';

Sentry.init({
  dsn: 'https://<key>@<organization>.ingest.sentry.io/<project>',
  integrations: [new VueIntegration({Vue, attachProps: true})],
});

Results in Property 'util' is missing in type 'VueConstructor<Vue>' but required in type 'VueInstance'.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions