https://github.com/stbui/sessionreplay
https://github.com/stbui/sessionreplay
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stbui/sessionreplay
- Owner: stbui
- License: other
- Created: 2022-12-18T04:33:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T12:04:59.000Z (over 3 years ago)
- Last Synced: 2025-01-07T22:32:32.859Z (over 1 year ago)
- Language: TypeScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sessionreplay
## 浏览器客户端
```
"@openreplay/tracker": "^4.1.7"
```
```js
import OpenReplay from '@openreplay/tracker';
//...
const tracker = new OpenReplay({
projectKey: 'FC8cwpO5yLvmHKidhn6X',
defaultInputMode: 0,
obscureTextNumbers: false,
obscureTextEmails: true,
ingestPoint: 'http://127.0.0.1:8888',
__DISABLE_SECURE_MODE: true,
});
tracker.start();
```
### 服务端