# t-monitor-sdk **Repository Path**: zhanggob/t-monitor-sdk ## Basic Information - **Project Name**: t-monitor-sdk - **Description**: 前端监控系统sdk包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-19 - **Last Updated**: 2022-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用方法 ```typescript import { createMonitor } from "t-monitor-sdk"; createMonitor({ url: import.meta.env.VITE_MONITOR_URL, appId: "b2FdF9cb-1EE7-Dc6e-de9C-1cAcf37dcdd5", userId: userId as string, }); ```