Skip to content

Commit c452a68

Browse files
committed
Update docs
1 parent 940410a commit c452a68

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/pages/Docs/md/changelog.en.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';
22

3+
## v1.9.3
4+
5+
- 🆕 The Network panel now supports keyword filtering. View details: https://github.com/HuolalaTech/page-spy-web/pull/262 ;
6+
- 🆕 The Console panel of the log replay page supports scroll following, optimize message notification. See details: https://github.com/HuolalaTech/page-spy-web/pull/264 ;
7+
- 🐛 SDK optimizes error messages for `ErrorPlugin`;
8+
39
## v1.9.2
410

511
- The init parameters now include a `dataProcessor` option for filtering or processing data. See details: https://github.com/HuolalaTech/page-spy/pull/106;

src/pages/Docs/md/changelog.zh.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import offlineLogImg from '@/assets/image/screenshot/v1.9.2-offline-log-size.png';
22

3+
## v1.9.3
4+
5+
- 🆕 调试端 Network 面板支持关键字筛选过滤。查看详情:https://github.com/HuolalaTech/page-spy-web/pull/262
6+
- 🆕 调试端日志回放页面的 Console 面板支持跟随滚动,优化消息通知。查看详情:https://github.com/HuolalaTech/page-spy-web/pull/264
7+
- 🐛 SDK 优化 `ErrorPlugin` 的错误信息;
8+
39
## v1.9.2
410

511
- 🆕 实例化参数新增 `dataProcessor` 选项用于过滤或者处理数据。查看详情:https://github.com/HuolalaTech/page-spy/pull/106

src/pages/Docs/md/pagespy.en.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262

6363
// Disable on production environment
6464
disabledOnProd: true, // Only applicable for miniprogram
65+
66+
// Data processing, users can customize, modify, or ignore data through this property.
67+
// View details: https://www.pagespy.org/#/docs/changelog#v1_9_2
68+
dataProcessor: {}
6569
})
6670
```
6771

src/pages/Docs/md/pagespy.zh.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262

6363
// 生产环境禁用
6464
disabledOnProd: true, // 仅适用小程序环境的 SDK
65+
66+
// 数据处理,用户可以通过该属性自定义修改、忽略数据。
67+
// 查看详情:https://www.pagespy.org/#/docs/changelog#v1_9_2
68+
dataProcessor: {}
6569
})
6670
```
6771

0 commit comments

Comments
 (0)