Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwalters512/sentry-v8-tsx-error-repro
https://github.com/nwalters512/sentry-v8-tsx-error-repro
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwalters512/sentry-v8-tsx-error-repro
- Owner: nwalters512
- Created: 2024-05-13T21:16:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:48:18.000Z (6 months ago)
- Last Synced: 2024-10-10T03:10:51.751Z (27 days ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentry-v8-tsx-error-repro
Reproduces a bug in Sentry when using `tsx`.
## Steps to reproduce
1. Clone this repository
2. Install dependencies with `yarn`
3. Run `yarn tsx src/index.ts`
4. Observe that the process fails with the error `TypeError [ERR_INVALID_URL_SCHEME]: The URL must be of scheme file`