You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/unity/configuration/il2cpp.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ IL2CPP line number support is available in Beta and requires version 0.22.0 or l
12
12
13
13
<Note>
14
14
15
-
IL2CPP line number support relies on the debug symbol upload to function properly. With the automated debug symbol upload enabled, the Sentry SDK will upload the line mapping through Sentry CLI.
16
-
17
15
The feature is available from Unity versions `2020.3` and `2021.3` onwards. We are running tests in CI against the current LTS, starting from `2020.3.37f1` and `2021.3.6f1`.
18
16
19
17
</Note>
@@ -35,3 +33,5 @@ You can opt in to this feature through the editor configuration window by select
35
33
```csharp
36
34
options.Il2CppLineNumberSupportEnabled=true;
37
35
```
36
+
37
+
The support for line numbers in C# Exceptions with IL2CPP relies on the debug symbol upload. With the automated debug symbol upload enabled, the [Sentry SDK will upload the line mapping automatically](/platforms/unity/native-support/#debug-symbols).
0 commit comments