Skip to content

Commit b3f24aa

Browse files
bruno-garciaantonpirker
authored andcommitted
Add Xbox to IL2CPP support list (#14057)
1 parent 0819405 commit b3f24aa

File tree

1 file changed

+1
-0
lines changed
  • docs/platforms/unity/configuration/il2cpp

1 file changed

+1
-0
lines changed

docs/platforms/unity/configuration/il2cpp/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The Sentry SDK provides line number support for IL2CPP builds for the following
1515
- Linux
1616
- Android
1717
- iOS
18+
- Xbox
1819

1920
When you build with IL2CPP, errors in your game will happen in the native code. Also, the mapping between your C# code and the generated C++ code is part of the build process and isn't shipped with your game. That means the event the Sentry SDK reports can only contain the native stack trace. To provide you with C# line numbers, the Sentry server needs to have access to that line mapping through [Debug Information Files](/platforms/unity/data-management/debug-files/).
2021

0 commit comments

Comments
 (0)