sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
Bumps src/sentry-dotnet from 3.20.1-28-gca07d2c0 to 3.20.1. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 3.20.1 #### Fixes - URGENT: Fix events rejected due to duplicate `sent_at` header when offline caching...
#skip-changelog Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
#skip-changelog Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
Resolves https://github.com/getsentry/sentry-unity/issues/866
### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) SaaS Which version of the SDK? 0.19.0 How did you install the package? (Git-URL, Assetstore) Git-URL...
`sentry.native.android.unity` `0.4.17`
`Bitcode` is being deprecated but still enabled by default when targeting iOS. We could just drop the check and upload symbols regardless.
Transactions send from the Unity SDK are reported as .NET's: 
Give users an easier way to provide user feedback using [prefabs](https://docs.unity3d.com/Manual/Prefabs.html) Sentry has a User Feedback feature that is able to show the feedback collected from a user following an...
If the thread where the ANR occurred was locked by something else, we have no way to see the state of the application across all the thread to investigate at...