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

Linux crash reports do not respect sentry_options_set_http_proxy #282

Closed
riot-pmaconi opened this issue May 18, 2023 · 6 comments
Closed
Labels
Bug Something isn't working

Comments

@riot-pmaconi
Copy link

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which version of the SDK?
0.5.0

How did you install the package? (Git-URL, Assetstore)
Git

Which version of Unreal?
5.1.1

Is this happening in Unreal (editor) or on a player like Android, iOS, Windows?
Linux server

Steps to Reproduce

  1. Configure an http proxy via sentry_options_set_http_proxy
  2. Verify that SentrySubsystem->CaptureMessage() correctly sends a message through the proxy
  3. Trigger a crash

Expected Result

The crash is routed through the proxy and reaches Sentry

Actual Result

The crash does not get routed through the proxy and never reaches Sentry

Any logs or screenshots

@riot-pmaconi riot-pmaconi added Bug Something isn't working Platform: Unreal labels May 18, 2023
@riot-pmaconi
Copy link
Author

I believe this issue in sentry-native is the cause: getsentry/sentry-native#788. Is there any workaround available?

@tustanivsky
Copy link
Collaborator

Maybe @supervacuus can help with this one?

@supervacuus
Copy link

Instead of proposing a workaround, I suggest implementing this in our crashpad fork. This is only a matter of prioritization :-)

@tustanivsky
Copy link
Collaborator

The fix (getsentry/sentry-native#847) should be available after we bump sentry-native version for the UE plugin.

@supervacuus
Copy link

The fix (getsentry/sentry-native#847) should be available after we bump sentry-native version for the UE plugin.

0.6.3 was just released, so you should have a bump PR soonish in your inbox.

@bitsandfoxes
Copy link
Contributor

Will be part of the next release!

@github-project-automation github-project-automation bot moved this from Needs Discussion to Done in Mobile & Cross Platform SDK May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants