Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 发布web4.2.4 #358

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/webjs/commonlyApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ gdp('setBeforeSendListener', (event) => {
**<font color="#FC5F3A">注意:</font>**<br/>
**1、传入的回调函数必须返回合法的事件对象,否则SDK会按原预定的事件进行发送。**<br/>
**2、单独给某个名称的埋点删除所有自定义属性,将attributes值修改为空对象即可。(path、query、title的值无法删除或指定为空值,除非实际就是空值)**<br/>
**3、SDK版本大于等于 4.2.2 支持。**
**3、请勿在该回调中调用 sendPage 方法。**
**4、SDK版本大于等于 4.2.2 支持。**

### 15、获取SDK当前配置(getOption)

Expand Down
7 changes: 7 additions & 0 deletions docs/webjs/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ sidebar_position: 0

SDK 历史版本下载地址:[https://github.com/growingio/growingio-sdk-webjs-autotracker/releases](https://github.com/growingio/growingio-sdk-webjs-autotracker/releases)

### V4.2.4 - 2024/12/20

- 🐞 修复部分框架下静态曝光节点在首屏出现时不触发的问题。
- 🌟 优化添加事件拦截回调中不能手动发page给予提示。
- 🌟 优化曝光事件对动态生成的节点的自动监听逻辑。

### V4.2.3 - 2024/11/19

- 🐞 修复多实例插件后注册时不生效的问题。
- 🌟 优化全局vds中添加小程序或者移动端打通标记。
- 🌟 优化初始化提示,错误使用已废弃的配置host时给予提示。
- 🎉 新增abtest上报字段。
Expand Down
Loading