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

Invalid code for UE crash reporter setup #12214

Closed
Tonetfal opened this issue Dec 25, 2024 · 1 comment · Fixed by #12405
Closed

Invalid code for UE crash reporter setup #12214

Tonetfal opened this issue Dec 25, 2024 · 1 comment · Fixed by #12405
Assignees

Comments

@Tonetfal
Copy link

Steps to Reproduce

Get to this (https://docs.sentry.io/platforms/unreal/configuration/setup-crashreporter/#configure-the-crash-reporter-attributes) step in the tutorial, and try to compile

Expected Result

Compilation succeeding

Actual Result

Image

0>[1/5] Compile [x64] MES_GameInstance.cpp
0>Definitions.MES.h(34): Warning C4005 : 'STEAM_SDK_VER': macro redefinition
0>Definitions.MES.h(31): Reference  : see previous definition of 'STEAM_SDK_VER'
0>Definitions.MES.h(35): Warning C4005 : 'STEAM_SDK_VER_PATH': macro redefinition
0>Definitions.MES.h(32): Reference  : see previous definition of 'STEAM_SDK_VER_PATH'
0>MES_GameInstance.cpp(31): Error C4129 : '{': unrecognized character escape sequence

Additional Info

user->SetStringField("ip_address", "\{\{auto}}");
should be
user->SetStringField("ip_address", "{{auto}}");

@getsantry
Copy link
Contributor

getsantry bot commented Dec 25, 2024

Assigning to @getsentry/support for routing ⏲️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants