Skip to content

Commit d15bcf6

Browse files
committed
fix: Warning
1 parent 5eca386 commit d15bcf6

File tree

1 file changed

+1
-1
lines changed
  • packages/integrations/src

1 file changed

+1
-1
lines changed

packages/integrations/src/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class Vue implements Integration {
154154
public constructor(
155155
options: Partial<Omit<IntegrationOptions, 'tracingOptions'> & { tracingOptions: Partial<TracingOptions> }>,
156156
) {
157-
logger.warn('You are still using the Angular integration, consider moving to @sentry/angular');
157+
logger.warn('You are still using the Vue integration, consider moving to @sentry/vue');
158158
this._options = {
159159
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
160160
Vue: getGlobalObject<any>().Vue,

0 commit comments

Comments
 (0)