-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nevermind about the webhook secret alt #551
Conversation
57683c5
to
e3f32c2
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #551 +/- ##
=======================================
Coverage 85.10% 85.10%
=======================================
Files 97 97
Lines 2450 2450
Branches 478 478
=======================================
Hits 2085 2085
Misses 358 358
Partials 7 7
☔ View full report in Codecov by Sentry. |
Done! Tested in getsentry/self-hosted#2301, appears to be working. 👍 |
Here's a quick dump of red events that line up time-wise with the Sentry events:
I count 29. 👍 |
I expanded them all in the UI and copy/pasted them to a file.
|
Part of #482, reverts #550.
I was thinking about it wrong, the "or" is at startup config time, not at runtime. We still only get one secret at runtime (I did a little poking and didn't find differently). Gonna just have to run the race condition I think. :-/
Rollout plan
GH_WEBHOOK_SECRET
to the new value in the GitHub production environment.