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
As @tustanivsky said, I think we should figure out if this is isolated to Linux, Pixel streaming or happening on other platforms as well to properly prioritize this.
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: