trackersdk2 1.0.0 → 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.
package/dist/index.d.ts CHANGED
@@ -107,7 +107,7 @@ declare class TrackerSDK {
107
107
  */
108
108
  setupErrorTracking(): void;
109
109
  /**
110
- * @description vue3 全局错误处理器
110
+ * @description vue 全局错误处理器
111
111
  */
112
112
  setupVueErrorHandlder(app: any): void;
113
113
  private setupPerformanceTracking;