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

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

Symbol Upload

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

Feature

Today test results are already parse: ![image](https://user-images.githubusercontent.com/1633368/112313307-16ba2d00-8c7e-11eb-8069-c40b616e7725.png) It would be great if the results were posted either as an action, like: ![image](https://user-images.githubusercontent.com/1633368/112313414-30f40b00-8c7e-11eb-97b8-bf9cdf2e88c9.png) 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...

Repository Maintenance

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

Repository Maintenance
Effort: Small
Impact: Small
Platform: Unity

https://docs.unity3d.com/ScriptReference/TestTools.Coverage.html

Repository Maintenance

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

Bug

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

Feature
IL2CPP

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

Feature

Currently, when passing the user to the native layer the `Other` property does not get synched.

Feature