trackersdk2 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,7 +87,7 @@ export declare class TrackerSDK {
87
87
  */
88
88
  setupErrorTracking(): void;
89
89
  /**
90
- * @description vue3 全局错误处理器
90
+ * @description vue 全局错误处理器
91
91
  */
92
92
  setupVueErrorHandlder(app: any): void;
93
93
  private setupPerformanceTracking;