-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional Sentry Uploads #431
Conversation
|
wrangler prerelease is available for testing: npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/1825615374/wrangler |
174f380
to
9e29c8f
Compare
9e29c8f
to
5bb5e92
Compare
* fixup: cleaning up packages related to Sentry (#429) * feat: add sentry artifact upload to prerelease & wasm (#431) * fix: script file name was incorrect (#434) * Add experimental support for wrangler dev/publish file.wasm Allow wrangler to work with simple with WebAssembly programs that operate on stdin/stdout by generating a js shim that uses '@cloudflare/wasi' Example: cargo new hello_wasm cd ./hello_wasm cargo build --target wasm32-wasi --release wrangler dev target/wasm32-wasi/release/hello_wasm.wasm curl http://localhost:8787 Hello, world! * add a hello-wasm example package * add a changeset * Update package.json * Update .prettierignore Co-authored-by: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> Co-authored-by: Killian Koenig <killiankoenig@gmail.com>
Adding additional uploads of artifacts to Sentry in prerelease workflow and experimental WASM release.