We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68040fe commit 6207d1dCopy full SHA for 6207d1d
packages/integrations/src/vue.ts
@@ -154,7 +154,7 @@ export class Vue implements Integration {
154
public constructor(
155
options: Partial<Omit<IntegrationOptions, 'tracingOptions'> & { tracingOptions: Partial<TracingOptions> }>,
156
) {
157
- logger.warn('You are still using the Angular integration, consider moving to @sentry/angular');
+ logger.warn('You are still using the Vue integration, consider moving to @sentry/vue');
158
this._options = {
159
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
160
Vue: getGlobalObject<any>().Vue,
0 commit comments