@pluve/logger-sdk 0.0.15 → 0.0.16

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.
@@ -43,7 +43,8 @@ var LoggerSDK = class {
43
43
  init(options) {
44
44
  this.opts = {
45
45
  // endpoint: options.endpoint,
46
- appId: `${options.appId}-frontend` || "unknown",
46
+ appId: `${options.appId}`,
47
+ // 统一与 zadig 部署应用 APPID 保持一致
47
48
  env: options.env || "develop",
48
49
  /** 日志环境 */
49
50
  logStage: options.logStage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluve/logger-sdk",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "logger sdk",
5
5
  "keywords": [
6
6
  "logger"