sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
We're using a forked setup-unity action but the change we have there seems to already be in the upstream action so we can remove the fork and use the original....
The latest API we test against is 30 (which found a bug in either Unity or our SDK+Unity in #686) We need to test API 32 which should be only...
It could be useful if all events got a tag based on the platform they were captured on. Currently, you can filter by "device" but that's pretty specific so maybe...
We've documented here: https://docs.sentry.io/platforms/unity/configuration/releases/ > The Crash Free Session Rate requires native support. On platforms that don't yet have native support, the SDK reports sessions that did not end gracefully...
https://docs.sentry.io/platforms/unity/performance/ We show the snippets for .NET which show the programatic option. Ideally here we'd show the Sentry Editor window with the slider to select a sample rate.
Would be nice to clean up stacktraces using this library (or you guys make plugin architecture for us to override stacktraces?) 
Users are using `Debug.isDebugBuild` to conditionally initialize the SDK and to change the `environment`. The SDK should, by default, report `environment=debug` when `Debug.isDebugBuild` is true. Sentry editor window should have...
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency Currently two pushes will trigger two concurrent builds where the second fails due to license issues
After the dotnet WebGL support is merged in #657, we can add support for javascript errors. There are two main approaches, the selection of the best one is part of...
Possible flaky test `ErrorTimeDebounce` ``` /Users/runner/work/sentry-unity/sentry-unity/Directory.Build.targets(220,5): error : Test run completed with 1 failing tests. [/Users/runner/work/sentry-unity/sentry-unity/test/Sentry.Unity.Tests/Sentry.Unity.Tests.csproj] /Users/runner/work/sentry-unity/sentry-unity/Directory.Build.targets(220,5): error : Expected: False [/Users/runner/work/sentry-unity/sentry-unity/test/Sentry.Unity.Tests/Sentry.Unity.Tests.csproj] /Users/runner/work/sentry-unity/sentry-unity/Directory.Build.targets(220,5): error : But was: True [/Users/runner/work/sentry-unity/sentry-unity/test/Sentry.Unity.Tests/Sentry.Unity.Tests.csproj] /Users/runner/work/sentry-unity/sentry-unity/Directory.Build.targets(220,5):...