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

Fix event capturing on Linux #123

Merged
merged 41 commits into from
Oct 11, 2022
Merged

Fix event capturing on Linux #123

merged 41 commits into from
Oct 11, 2022

Conversation

tustanivsky
Copy link
Collaborator

@tustanivsky tustanivsky commented Sep 30, 2022

In order to fix events capturing on Linux in CI environment two changes were required:

  • Give user write access to the sample project directory that allows sentry-native to initialize itself properly (needed to create .sentry-native folder at a given database path, project root in this case)
  • Ensure that CA certs are at the right location (needed for sending captured events to Sentry with curl)

Closes #100

@tustanivsky tustanivsky marked this pull request as draft September 30, 2022 11:57
@tustanivsky tustanivsky marked this pull request as ready for review October 10, 2022 17:57
@vaind vaind merged commit eed931f into main Oct 11, 2022
@vaind vaind deleted the fix/linux-event-capturing branch October 11, 2022 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event capturing fails on Linux
2 participants