定制 rapidez/openreplay 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.78k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-04-11