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

Add custom transport for Linux #297

Merged
merged 7 commits into from
Jun 13, 2023
Merged

Add custom transport for Linux #297

merged 7 commits into from
Jun 13, 2023

Conversation

tustanivsky
Copy link
Collaborator

This PR introduces custom transport implementation for sentry-native which should help to resolve the issue with system/UE libraries compatibility on Linux.

Closes #259

@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2023

Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- Add custom transport for Linux ([#297](https://github.com/getsentry/sentry-unreal/pull/297))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against 2e6f2f6

@bitsandfoxes bitsandfoxes mentioned this pull request Jun 13, 2023
12 tasks
#include "HttpManager.h"
#include "Misc/ScopeLock.h"

#if USE_SENTRY_NATIVE
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't that check for Linux?

Suggested change
#if USE_SENTRY_NATIVE
#if PLATFORM_LINUX & USE_SENTRY_NATIVE

@bitsandfoxes
Copy link
Contributor

This looks awesome!

@tustanivsky tustanivsky merged commit 4387afe into main Jun 13, 2023
@tustanivsky tustanivsky deleted the feat/custom-transport branch June 13, 2023 13:27
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.

Unreal Linux server fails to launch Unhandled Exception: SIGSEGV
2 participants