@apm-insight-web/rangers-site-sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@apm-insight-web/rangers-site-sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
@@ -6,3 +6,2 @@ # APM - Insight 监控 | ||
1. To B SDK | ||
2. [项目周报](https://bytedance.feishu.cn/wiki/wikcnLm57zAQ1WL0uUf8wEJNAqL) | ||
@@ -14,4 +13,4 @@ ## 使用方式 | ||
``` | ||
RangesSiteSDK('init'); // 如果 user_unique_id 异步获取,可先启动监控,数据存入缓存, 非必须 | ||
RangerSiteHybridSDK('config', { | ||
import RangersSiteSDK from "@apm-insight-web/rangers-site-sdk" | ||
RangersSiteSDK('config', { | ||
app_id: 0, | ||
@@ -25,4 +24,3 @@ user_unique_id: 'user' // 用户唯一标识 | ||
``` | ||
RangesSiteSDK('init'); // 如果 user_unique_id 异步获取,可先启动监控,数据存入缓存, 非必须 | ||
RangerSiteHybridSDK('config', { | ||
RangersSiteHybridSDK('config', { | ||
app_id: 0, | ||
@@ -29,0 +27,0 @@ user_unique_id: 'user' // 用户唯一标识 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2938768
28