Jesper Engberg

Results 37 comments of Jesper Engberg

Ah yes, I could debug it with jest. That is something that should somewhat be documented πŸ™ˆ Along the lines of ### parseSafe: - Allows unknown properties - Throws if...

@n1ru4l @saihaj Can we get this merged? πŸ™πŸ»

> CI is failing :/ Rerun it? All but one appear fineπŸ˜„ And Orta is right with Prettier; .changeset shouldn't be linted

> @jeengbe Unit tests are failing :) Run it once more, it worked locally on the second attempt πŸ™‚

@ardatan @orta See https://github.com/orta/envelop/pull/1

In response to https://github.com/getsentry/sentry-javascript/discussions/7083#discussioncomment-4918660, this might actually be the wrong solution to this problem. Instead, a PR that integrates this `domain` thing would probably be the better solution as that...

The release also has both deploys attached to it on the release overview page. ![image](https://github.com/getsentry/sentry/assets/51749023/433da24b-21c4-42a8-9a32-cdf1ed8d2512)

Hi! The script is essentially: Build: ```sh sentry-cli releases new $RELEASE # Sometimes the Sentry API fails, but that shouldn't stop the build process (https://github.com/getsentry/sentry-cli/issues/1928) sentry-cli releases set-commits $RELEASE --auto...