sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
Came up here: https://github.com/getsentry/sentry-unity/pull/654#issuecomment-1074473201 When using the burst compiler it creates some additional debug symbol files that should be uploaded. - `ProjectName_BurstDebugInformation_DoNotShip` - lib_burst_generated.pdb
With the options configuration, more users will run into the issue of setting [compression levels](https://github.com/getsentry/sentry-unity/blob/271d080ef2c68b8c2e22e297924cb63963bacc2f/src/Sentry.Unity/SentryUnityOptions.cs#L52) that are unsupported on IL2CPP and lead to the SDK silently failing to send events....
When Sentry gets uninstalled we should remove the files we created in `Plugins/Sentry/ `and `Resource/Sentry/`.
Today test results are already parse:  It would be great if the results were posted either as an action, like:  From [this workflow](https://github.com/getsentry/sentry-dart/runs/2184179983?check_suite_focus=true), in this [build](https://github.com/getsentry/sentry-dart/runs/2184184977?check_suite_focus=true) Or even...
Danger should validate an entry exists in the changelog but not require the PR number to be added. Danger when running could add the PR number (i.e: #123) to the...
https://docs.unity3d.com/ScriptReference/TestTools.Coverage.html
Unity 2021.1.12 > Exception: IL2CPP error for method 'System.Collections.Immutable.ImmutableDictionary`2 System.Collections.Immutable.ImmutableDictionary::CreateRange(System.Collections.Generic.IEnumerable`1)' in assembly '/Users/bitfox/_Workspace/unity_2021_1_12/Temp/StagingArea/assets/bin/Data/Managed/System.Collections.Immutable.dll' Unity 2020.3.12 > Exception: IL2CPP error for method 'System.Byte Sentry.Internal.Extensions.StreamExtensions/d__0::System.Collections.Generic.IAsyncEnumerator.get_Current()' in /_/src/Sentry/Internal/Extensions/StreamExtensions.cs:16707566 Unity 2019.4.21 > Exception: IL2CPP...
Should we revisit what is really needed in link.xml. Some of the rules added there were from 2018 when the Sentry SDK for .NET used `Newtonsoft.Json` with reflection. Now the...
Assembly definitions inside a package in the project are always logged as version 0.0.0.0, since its on the unity context it makes a lot more sense to log packages and...
Currently, when passing the user to the native layer the `Other` property does not get synched.