File tree 1 file changed +2
-6
lines changed 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,13 @@ Learn more in our [options documentation](/platforms/unity/configuration/options
25
25
26
26
<Note >
27
27
28
- The Sentry Unity Lite SDK is deprecated for mobile, desktop, and console players.
29
- Customers using Unity 5.x or WebGL can still use the Sentry Unity Lite as it continues to be compatible with sentry.io.
28
+ The Sentry Unity Lite SDK is deprecated for mobile, desktop, WebGL, and console players.
29
+ Customers using Unity 5.x can still use the Sentry Unity Lite as it continues to be compatible with sentry.io.
30
30
31
31
The updated Sentry Unity SDK requires Unity version 2019.4 or higher with .NET Standard 2.0 scripting profile.
32
- Event submission happen on a background thread, which isn't currently available on WebGL players.
33
32
34
33
</Note >
35
34
36
- Sentry is deprecating the Sentry Unity Lite SDK for Mobile, Desktop and Console players.
37
- Customers using Unity 5.x or WebGL can still use the Sentry Unity Lite as it continues to be compatible with sentry.io.
38
-
39
35
1 . Remove the old ` Sentry.cs ` and ` SentrySdk.cs ` files from your project.
40
36
2 . Remove the old initialization code ` gameObject.AddComponent<SentrySdk>().Dsn = "___PUBLIC_DSN___"; ` .
41
37
3 . Install the new [ Sentry Unity SDK] ( /platforms/unity/ ) .
You can’t perform that action at this time.
0 commit comments