Skip to content
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

Build with crash reporting against Sentry #446

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

daleglass
Copy link
Contributor

Add the Sentry token so that we can report crashes.

This should be handy for the new release which includes large code changes.

@daleglass daleglass requested a review from JulianGro as a code owner June 6, 2023 17:02
.github/workflows/pr_build.yml Outdated Show resolved Hide resolved
.github/workflows/linux_server_build.yml Show resolved Hide resolved
@JulianGro JulianGro added the server If used for a Pull Request, server packages are going to be built. label Jun 6, 2023
@daleglass daleglass requested a review from JulianGro June 7, 2023 21:49
@daleglass daleglass requested a review from JulianGro June 11, 2023 14:02
@daleglass
Copy link
Contributor Author

So on the server side of things this doesn't do anything yet because there's no server-side crash reporting.

But I plan to add it in a future PR, and the environment vars won't hurt.

@@ -210,7 +210,14 @@ jobs:
- name: Configure CMake
working-directory: build
shell: bash
run: cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DVCPKG_BUILD_TYPE=release $CMAKE_EXTRA
run: |
if [ -z "$CMAKE_BACKTRACE_URL" ] ; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nicer to check again something like on.pull_request, but I have no idea how to do that so this will do.

@daleglass daleglass merged commit 758d98a into overte-org:master Jun 15, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server If used for a Pull Request, server packages are going to be built.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants