Skip to content

Commit 3777e9f

Browse files
author
shengyonggen
committed
Release 1.17.1
1 parent a6aa28c commit 3777e9f

15 files changed

+3501
-2726
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.17.1(2021-12-31)
2+
1. 新增
3+
- 支持合规功能,延迟初始化
4+
15
## 1.16.3(2021-12-27)
26
1. 修复
37
- 修复 `setOpenid` 接口上报 `$BindID` 事件导致后端埋点报错的问题

config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// config.js
22
var sensors_data_pre_config = {
3-
login_id_key: '' // 配置 login_id_key 的值
3+
login_id_key: '', // 配置 login_id_key 的值
4+
is_compliance_enabled: false
45
};
56

67
global.sensors_data_pre_config = sensors_data_pre_config;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sa-sdk-miniprogram",
3-
"version": "1.16.3",
3+
"version": "1.17.1",
44
"description": "sensorsdata miniprogram sdk",
55
"main": "sensorsdata.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)