rapidez/openreplay
最新稳定版本:1.0.1
Composer 安装命令:
composer require rapidez/openreplay
包简介
OpenReplay integration for Rapidez
README 文档
README
Integration for https://openreplay.com
Installation
yarn add @openreplay/tracker @openreplay/tracker-graphql -D
composer require rapidez/openreplay
Configuration
Add your OpenReplay credentials in the .env:
VITE_OPENREPLAY_URL=https://domain.com/ingest
VITE_OPENREPLAY_TOKEN=
Optionally you can disable the network requests capturing with:
VITE_OPENREPLAY_CAPTURE_NETWORK=false
When network capture has been enabled you should redact some values like passwords. We have a default list which you can extend by adding:
VITE_OPENREPLAY_SANITIZE_HEADERS="Token Authorization"
VITE_OPENREPLAY_SANITIZE_JSON_VALUES="new_password password email"
For more advanced sanitization you can set
// https://docs.openreplay.com/en/installation/network-options/ window.openreplaySanitizer = (requestAndResponse) => { return requestAndResponse; }
License
GNU General Public License v3. Please see License File for more information.
统计信息
- 总下载量: 5.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-04-11