Lukas Stracke
Lukas Stracke
Update: I tried `jobs.job_required_jobs_passed` in dry run mode and it didn't work either. Not sure what's happening here but if I had to guess that endpoint seems broken.
Given that there's no way to make this work with our current status checks: I'm wondering if we should use the Actions endpoint instead of the commit based endpoints: https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28#get-a-job-for-a-workflow-run...
Alright folks, I'm done with trying to fix this. Given that there's a somewhat working but annoying workaround (namely, telling our managers to wait ~30min with adding the accept label...
I'm gonna close this issue as to the best of my knowledge this was addressed in the PRs mentioned in the comment above. Please let me know if it should...
> could never thought it's called biome 😂 yeah, it's because we use [biome](https://biomejs.dev/) instead of prettier (for now; we'll probably revert in a couple of weeks) 😅
heads-up: I re-created your PR (https://github.com/getsentry/sentry-javascript/pull/11794) just to run our e2e test for Angular. Unfortunately our e2e tests don't run on external contributor PRs. Once the test passes, I'll merge...
@maxirozay thanks, added it to the issue ;)
> there really isn't much of a reason for Sentry to continually make HTTP requests for every single event. Give our SDKs run directly in your app, we've been mostly...
> I'm not sure I understand why Sentry can't buffer events in the browser There are a couple of challenges with this. Assuming we actually buffer events in the SDK...
Hey @ammurphy just jumping in since Francesco is out of office at the moment: We fully understand that these issues are hard to decipher and that it'd be great to...