Skip to content

Commit a0b422e

Browse files
bitsandfoxesbruno-garcia
authored andcommitted
chore(unity): Fixed typo (#5050)
Co-authored-by: Bruno Garcia <[email protected]>
1 parent b6d1488 commit a0b422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/unity/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can resolve this issue by installing the SDK with UPM.
9292

9393
### Unhandled Exceptions - Debug.LogException
9494

95-
Currenty, it is not possible for the SDK to distinguish between the user calling `Debug.LogException` and the SDK capturing an unhandled exception through the Unity logging integration. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead.
95+
Currenty, it is not possible for the SDK to distinguish between the user calling `Debug.LogException` and the SDK capturing an unhandled exception. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead.
9696

9797
### Universal Windows Platform - Events Not Sent
9898

0 commit comments

Comments
 (0)