Skip to content

Commit 6522950

Browse files
unity: clarify symbol upload (#5398)
Co-authored-by: Stefan Jandl <reg@bitfox.at>
1 parent 2b29464 commit 6522950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platforms/unity/configuration/il2cpp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ IL2CPP line number support is available in Beta and requires version 0.22.0 or l
1212

1313
<Note>
1414

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-
1715
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`.
1816

1917
</Note>
@@ -35,3 +33,5 @@ You can opt in to this feature through the editor configuration window by select
3533
```csharp
3634
options.Il2CppLineNumberSupportEnabled = true;
3735
```
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

Comments
 (0)