Lukas Stracke

Results 538 comments of Lukas Stracke

Hey @HimanshuRstar thanks for writing in! According to the issue description you're using `@sentry/react`. Can you confirm that this is the SDK you're using or are you using `@sentry/react-native`? Just...

No worries all good! I'm just gonna transfer this issue to the React Native SDK repo and tag @krystofwoldrich to please take a look. Thanks!

From an SDK maintainer's perspective, I agree that this should be automated. Releasing new packages for the first time is not something that happens daily but there are quite a...

@asottile-sentry can you clarify what `contexts` should be set to? We tried the `name` property of the job but that's not it as craft tells us it [can't find the...

Or is it enough to just set without any context? ```yml statusProvider: name: github ```

@BYK thanks for looking into this! > To say 1.4.2 instead of 0.23.1. I don't remember when we change the defaults for the context but the more recent version the...

The same thing happened [again](https://github.com/getsentry/publish/actions/runs/5752166218/job/15592507926). Opened #484 to fix this. I spent too much time this week trying to fix releases. This needs to be improved.

Hmm I'm not sure if we're missing something here. I think there might still be some problem in the status provider. Looking at the run I linked, we can see...

I guess it's worth trying as long as sentry-javascript is the only affected repo. But it means we're adapting to broken behaviour.

Soo, I just tried to set ```yml statusProvider: name: github config: contexts: - job_required_jobs_passed ``` but the release [failed again](https://github.com/getsentry/publish/actions/runs/5798542612/job/15716531570#step:10:62). I'm going to try `jobs.job_required_jobs_passed` next which should be a...