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

The stack trace is not collected correctly when capturing a message or event #503

Open
etelyatn opened this issue Feb 28, 2024 · 3 comments
Labels
Bug Something isn't working

Comments

@etelyatn
Copy link

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

USentryEvent* Event = NewObject<USentryEvent>();
Event->SetMessage(Message);
Event->SetLevel(ESentryLevel::Error);

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

sentry screen log

@tustanivsky
Copy link
Collaborator

@etelyatn Is this issue specific to the Linux pixel streaming configuration or do you observe similar behavior with other platforms/targets as well?

@etelyatn
Copy link
Author

@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

@bitsandfoxes
Copy link
Contributor

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.

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
Status: Todo
Status: No status
Development

No branches or pull requests

4 participants