From 6c064dd783aa279b6db7ad3112db50504cbbe80b Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Thu, 19 May 2022 13:55:21 +0200 Subject: [PATCH 1/4] chore(unity): Fixed typo --- src/platforms/unity/troubleshooting.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index 6b116deb9577ce..534b00692eb8ec 100644 --- a/src/platforms/unity/troubleshooting.mdx +++ b/src/platforms/unity/troubleshooting.mdx @@ -90,9 +90,9 @@ You can resolve this issue by installing the SDK with UPM. ## Events -### Unhandled Excpetions - Debug.LogException +### Unhandled Exception - Debug.LogException -Currenty, it is not possible for the SDK to distiguish between the user calling `Debug.LogException` and the SDK capturing an unhandled excpetion 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 distiguish between the user calling `Debug.LogException` and the SDK capturing an unhandled excpetion. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead. ### Universal Windows Platform - Events Not Sent From 3c66feb997cc9f737dacf314e4e5affd19af99ab Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Wed, 1 Jun 2022 11:33:20 +0200 Subject: [PATCH 2/4] Update troubleshooting.mdx --- src/platforms/unity/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index 534b00692eb8ec..b97bc44c8bb8e5 100644 --- a/src/platforms/unity/troubleshooting.mdx +++ b/src/platforms/unity/troubleshooting.mdx @@ -92,7 +92,7 @@ You can resolve this issue by installing the SDK with UPM. ### Unhandled Exception - Debug.LogException -Currenty, it is not possible for the SDK to distiguish between the user calling `Debug.LogException` and the SDK capturing an unhandled excpetion. 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 excpetion. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead. ### Universal Windows Platform - Events Not Sent From 4052fa512f65ba5d58510e774137cba061a5b5f4 Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Wed, 1 Jun 2022 11:33:37 +0200 Subject: [PATCH 3/4] Update troubleshooting.mdx --- src/platforms/unity/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index b97bc44c8bb8e5..3cd1d628a60329 100644 --- a/src/platforms/unity/troubleshooting.mdx +++ b/src/platforms/unity/troubleshooting.mdx @@ -90,7 +90,7 @@ You can resolve this issue by installing the SDK with UPM. ## Events -### Unhandled Exception - Debug.LogException +### 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 excpetion. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead. From 153268ea738c2bb0b0737a05516072f14db2791b Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Wed, 1 Jun 2022 08:21:59 -0400 Subject: [PATCH 4/4] Update src/platforms/unity/troubleshooting.mdx --- src/platforms/unity/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index 3cd1d628a60329..1d489862e3f481 100644 --- a/src/platforms/unity/troubleshooting.mdx +++ b/src/platforms/unity/troubleshooting.mdx @@ -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 excpetion. 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