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

Add Command Line Arguments to DefaultContext #697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jayhf
Copy link

@jayhf jayhf commented Nov 22, 2024

The command line arguments seem like a really useful piece of information to have when debugging crashes. This adds them to the DefaultContext so that they're readily available in Sentry

@tustanivsky
Copy link
Collaborator

Hey @jayhf, I believe we're already adding the command line input to Crash Info context on Win/Linux for captured crash events:

ContextValues.Add("Command Line", FString(SessionContext.CommandLine).TrimStart());

Does it miss some bits of info you expect to be there along with other CL arguments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants