Skip to content

Commit 822327f

Browse files
authored
fix(unity): Removed WebGL from migration page (#4925)
1 parent 57cb75f commit 822327f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/platforms/unity/migration.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ Learn more in our [options documentation](/platforms/unity/configuration/options
2525

2626
<Note>
2727

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.
3030

3131
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.
3332

3433
</Note>
3534

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-
3935
1. Remove the old `Sentry.cs` and `SentrySdk.cs` files from your project.
4036
2. Remove the old initialization code `gameObject.AddComponent<SentrySdk>().Dsn = "___PUBLIC_DSN___";`.
4137
3. Install the new [Sentry Unity SDK](/platforms/unity/).

0 commit comments

Comments
 (0)