sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Development of Sentry SDK for Unity

Results 264 sentry-unity issues
Sort by recently updated
recently updated
newest added
trafficstars

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

Repository Maintenance

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

Repository Maintenance

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

Feature

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

Sessions
Documentation

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.

Product: Tracing
Documentation

Would be nice to clean up stacktraces using this library (or you guys make plugin architecture for us to override stacktraces?) ![image](https://user-images.githubusercontent.com/1932174/161875000-b63f53bb-c405-4d59-8967-e3f8f426f1bc.png)

Feature

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

Feature

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

Repository Maintenance

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

Platform: WebGL

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

Repository Maintenance
Testing