-
Notifications
You must be signed in to change notification settings - Fork 394
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
fix: revert code, upgrade server #5250
Conversation
package.json
Outdated
@@ -44,7 +44,7 @@ | |||
}, | |||
"dependencies": { | |||
"@dvcorg/gatsby-theme-iterative": "0.3.14", | |||
"@dvcorg/websites-server": "0.1.3", | |||
"@dvcorg/websites-server": "0.2.0-beta.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why beta?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will use new version before merge.
@yathomasi so, why did we have the issue with GH itself though - what was the error Sentry was trying to report about? |
It was trying to set headers to tracking outgoing requests, Github api in this case. I feel, it's not required in our project specially in the |
kk, I see. thanks. |
Sentry
not supporting way to parse headers with corenodejs
causing server crash which caused the outage.logs
looks fine