-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
The stack trace is not collected correctly when capturing a message or event #503
Comments
@etelyatn Is this issue specific to the Linux pixel streaming configuration or do you observe similar behavior with other platforms/targets as well? |
Maybe, this only applies to Linux systems; I don’t have the opportunity to check on others |
As @tustanivsky said, I think we should figure out if this is isolated to |
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which version of the SDK?
0.15.1
How did you install the package? (Git-URL, Assetstore)
Git
Which version of Unreal?
5.3.2
Is this happening in Unreal (editor) or on a player like Android, iOS, Windows?
Linux, Pixel streaming
Steps to Reproduce
Capture a message
SentrySubsystem->CaptureMessage(Message, ESentryLevel::Error);
or an event
Expected Result
Get the stack trace up to the Captured Message/Event
Actual Result
Always the same stack trace ended with
crashpad::Settings::InitializeSettings
Any logs or screenshots
The text was updated successfully, but these errors were encountered: