Skip to content

Commit

Permalink
chore(unity): Fixed typo (#5050)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
  • Loading branch information
bitsandfoxes and bruno-garcia authored Jun 1, 2022
1 parent 4ee122b commit 4ee1655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/unity/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You can resolve this issue by installing the SDK with UPM.

### Unhandled Exceptions - Debug.LogException

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

### Universal Windows Platform - Events Not Sent

Expand Down

1 comment on commit 4ee1655

@vercel
Copy link

@vercel vercel bot commented on 4ee1655 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.