Jan Peer Stöcklmair

Results 27 issues of Jan Peer Stöcklmair

### Description It seems that the `init` function of `@sentry/bun` passes everything down to the `init` of `@sentry/node`: https://github.com/getsentry/sentry-javascript/blob/167b6dbc785dfac32201c01ec2f0c40e261e1c32/packages/bun/src/sdk.ts#L116 However we have separate `BunOptions` available for the init of bun,...

Bun

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

bug

This adds more support for having multiple projects where the Rust API had already support. Closes #2902 Closes [CLI-212](https://linear.app/getsentry/issue/CLI-212/align-js-api-between-commands-that-accept-multiple-projects)

### Description As of now there is now documentation on how to contribute to the JavaScript part of the CLI. The goal is that it is straight forward to set...

CLI
Docs

(closes #1148) This PR will update the wrangler config automagically. The wrangler config can exist in `.toml`, `.json` and `.jsonc` ([source](https://developers.cloudflare.com/workers/wrangler/configuration/)) that is why I added ~`smol-toml` (BSD-3) and~ `jsonc-parser`...

To ensure better support in the Cloudflare wizard we like to update the wrangler config automatically, so the user doesn't have to.

### Description Currently we let users manually update the wrangler config, as stated [here](https://docs.sentry.io/platforms/javascript/guides/cloudflare/#wrangler-configuration). This creates more manual work for the users, which we actually want to avoid. There seems...

Feature