We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Compilation succeeding
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
user->SetStringField("ip_address", "\{\{auto}}"); should be user->SetStringField("ip_address", "{{auto}}");
user->SetStringField("ip_address", "\{\{auto}}");
user->SetStringField("ip_address", "{{auto}}");
The text was updated successfully, but these errors were encountered:
Assigning to @getsentry/support for routing ⏲️
Sorry, something went wrong.
No branches or pull requests
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
Additional Info
user->SetStringField("ip_address", "\{\{auto}}");
should be
user->SetStringField("ip_address", "{{auto}}");
The text was updated successfully, but these errors were encountered: