Skip to content
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

Merged
merged 1 commit into from
Feb 10, 2022
Merged

Conversation

JacobMGEvans
Copy link
Contributor

Adding additional uploads of artifacts to Sentry in prerelease workflow and experimental WASM release.

@changeset-bot
Copy link

changeset-bot bot commented Feb 10, 2022

⚠️ No Changeset found

Latest commit: 5bb5e92

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2022

wrangler prerelease is available for testing:

npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/1825615374/wrangler

@JacobMGEvans JacobMGEvans marked this pull request as draft February 10, 2022 18:46
@JacobMGEvans JacobMGEvans marked this pull request as ready for review February 10, 2022 18:49
@JacobMGEvans JacobMGEvans merged commit 33ea2b8 into main Feb 10, 2022
@JacobMGEvans JacobMGEvans deleted the feat/additional-sentry-uploads branch February 10, 2022 20:00
threepointone added a commit that referenced this pull request Feb 10, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants