https://github.com/luin/sentry-replay-repo
https://github.com/luin/sentry-replay-repo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luin/sentry-replay-repo
- Owner: luin
- Created: 2024-05-04T01:32:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T01:36:50.000Z (about 2 years ago)
- Last Synced: 2024-12-26T07:41:31.232Z (over 1 year ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To Reproduce
```
npm run build
```
Drag the generated stats.json to https://statoscope.tech/
## Expected Behavior
Non-used bundles don't appear in the final bundle.
## Actual Behavior
It includes Feedback and Replay Canvas:
```
node_modules/@sentry-internal/feedback/esm/index.js 46.00 kb
node_modules/@sentry-internal/replay-canvas/esm/index.js 25.99 kb
```