You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How did you install the package? (Git-URL, Assetstore)
Git
Which version of Unreal?
5.3
Is this happening in Unreal (editor) or on a player like Android, iOS, Windows?
Linux specifically, the custom transport does not support the proxy for Sentry
Steps to Reproduce
Have a Linux server behind a proxy
Configure UseProxy and ProxyUrl for the server
Use the subsystem's CaptureMessage API
Expected Result
The message reaches Sentry
Actual Result
The request times out
Any logs or screenshots
[2023.12.01-00.13.49:206][654]LogSentrySdk: merging scope into event
[2023.12.01-00.13.49:206][654]LogSentrySdk: trying to read modules from /proc/self/maps
[2023.12.01-00.13.49:207][654]LogSentrySdk: read 10 modules from /proc/self/maps
[2023.12.01-00.13.49:207][654]LogSentrySdk: invoking `before_send` hook
[2023.12.01-00.13.49:207][654]LogSentrySdk: adding attachments to envelope
[2023.12.01-00.13.49:207][654]LogSentrySdk: sending envelope
[2023.12.01-00.13.49:207][654]LogSentrySdk: serializing envelope into buffer
[2023.12.01-00.14.49:227][244]LogHttp: Warning: 0x7f8e6eaf1d50: request failed, libcurl error: 28 (Timeout was reached)
[2023.12.01-00.14.49:227][244]LogHttp: Warning: 0x7f8e6eaf1d50: libcurl info message cache 0 ( Trying 34.120.195.249:443...)
[2023.12.01-00.14.49:227][244]LogHttp: Warning: 0x7f8e6eaf1d50: libcurl info message cache 1 (Connection timeout after 60000 ms)
[2023.12.01-00.14.49:227][244]LogHttp: Warning: 0x7f8e6eaf1d50: libcurl info message cache 2 (Closing connection 5)
[2023.12.01-00.14.49:227][244]LogSentrySdk: Sending envelope failed.
The text was updated successfully, but these errors were encountered:
This is almost certainly related to #259 - which is definitely a worse experience than the proxy not working. I'll go modify Unreal locally to add proxy support to their IHttpRequest and configure it, but this is possibly worth keeping open until Epic removes OpenSSL 1.1.1
Environment
How do you use Sentry?
Sentry SaaS
Which version of the SDK?
0.13
How did you install the package? (Git-URL, Assetstore)
Git
Which version of Unreal?
5.3
Is this happening in Unreal (editor) or on a player like Android, iOS, Windows?
Linux specifically, the custom transport does not support the proxy for Sentry
Steps to Reproduce
Expected Result
The message reaches Sentry
Actual Result
The request times out
Any logs or screenshots
The text was updated successfully, but these errors were encountered: