-
Notifications
You must be signed in to change notification settings - Fork 177
Enable crash reporting on PR builds from GHA #878
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
Conversation
The following links are available: build (ubuntu-18.04, full)
build (windows-latest, full) |
QA: So I can confirm this does work. However, the crash logs are... of eh usefulness unless the debug files are uploaded. But I haven't figured out a way to self clean that S3 of old debug files... so PR builds will load that up real fast and I won't have the best way to handle that. Mayhaps something that deletes things older than 180 days, dunno. |
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.
Perhaps add a comment above these lines along the lines of, "enable Sentry crash reporting".
Done! :) |
The following links are available: build (ubuntu-18.04, full)
build (windows-latest, full) |
I will add the token to the GHA env variables, and I will also document all the required environment variables somewhere so people know how to get GHA running just like that. |
The following links are available: build (ubuntu-18.04, full)
build (windows-latest, full) |
She works as expected! Though, crash reports aren't really useful for tracing back given there's no debug files uploaded, it can at leas indicate that something's wrong with a PR build. I'm sure we can also set up a GHA label to upload debug files if needed too. |
Testing...