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

## Goals 1. `dotnet build` will create `package-dev` with alias'ed assemblies. So Unity Tests and players are built in dev mode using the assemblies as we'll package them. 2. `dotnet...

Feature
Repository Maintenance

Supersedes https://github.com/getsentry/sentry-unity/pull/213 Goal: Having a package installation trigger for creating link.xml or prompting an installation window. https://docs.unity3d.com/Manual/upm-api.html won't work for now because the events are not available in Unity 2019.4...

Test if we can validate fps: Metric used here: - Good frames ( < 20ms ) - Bad frames ( > 20ms but not yet frozen) - Frozen frames Frozen...

Bumps modules/sentry-cocoa from 7.27.1 to 7.28.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 7.28.0 #### Features - [Custom measurements API](https://docs.sentry.io/platforms/apple/performance/instrumentation/custom-instrumentation/) ([#2268](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/2268)) #### Fixes - Device info details for profiling...

dependencies

### Environment iOS 15.7 XCode 13.4.1 macOS Monterey 12.5.1 How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 0.23.0 How did you install the package? (Git-URL,...

Question
Unity 2021
Platform: Unity

The idea is to start and finish spans automatically for every `Awake` method in all `MonoBehaviour` within the project. Noticeable pitfall: Not every `MonoBehaviour` implements `Awake`. The plan: - [x]...

Some other Sentry SDKs provide release management through plugins. Should Unity build do something similar? This includes: * creating releases ([`new` and `finalize`](https://docs.sentry.io/product/releases/setup/#notify-sentry)) * associating commits ([`set-commits`](https://docs.sentry.io/product/releases/suspect-commits/#using-the-cli)) Currently, we only...

Feature

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 0.23.1 How did you install the package? Git-URL Which version of Unity? 2020.3.13f Is this...

Question
Platform: Unity

This reverts commit b4f568d8e7aca3fce84356daba2b29617e89ca1c.

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 0.23.1 How did you install the package? (Git-URL, Assetstore) Git-URL Which version of Unity? 2020.3.13f...

Bug
Platform: Unity