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

### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) Saas Which version of the SDK? 1.6.0 How did you install the package? (Git-URL, Assetstore) git...

Bug

### Environment How do you use Sentry? sentry.io through Unity Which version of the SDK? 1.5.1 How did you install the package? (Git-URL, Assetstore) Unity Package Manager Which version of...

Bug

Coming from [here](https://discord.com/channels/621778831602221064/621783582628642822/1167420467079024740): The SDK fails to add android native support if the `mainTemplate.gradle` does not contain a `dependencies {}` scope.

Bug

Currently, if you call `SentrySdk.CaptureMessage()` and you have `options.AttachStacktrace = true` the event will look like this: The SDK does capture the stacktrace but the line numbers are missing. This...

Enhancement

Hello. I am currently implementing an app using Flutter's Unity widget. I have applied the Sentry Unity SDK for Unity bug reporting, and when I build the app and finally...

Bug

Hello, I'm trying to support a game mod that injects additional code into a Unity game. Currently looking for documentation or pointers on how to do this. ## Generic background...

Documentation

User reported events without any user ID coming from the C# layer. This should work out of the box. In case of `user.Id` being null the `enricher` would set the...

We switched from hooking into [`Application.logMessageReceived`](https://docs.unity3d.com/ScriptReference/Application-logMessageReceived.html) to setting ourselves up as a loghandler via [`Debug.unitylogger.logHandler = this;`](https://github.com/getsentry/sentry-unity/blob/87c17f9746a59ef585d517676e3e557444021fa2/src/Sentry.Unity/Integrations/UnityLogHandlerIntegration.cs#L49C13-L49C49) This also means that we have to [format](https://github.com/getsentry/sentry-unity/blob/87c17f9746a59ef585d517676e3e557444021fa2/src/Sentry.Unity/Integrations/UnityLogHandlerIntegration.cs#L132C58-L132C71) the message ourselves which has...

Enhancement

### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) self-hosted Which version of the SDK? Sentry 23.11.2 v2.0.7 How did you install the package? (Git-URL,...

Waiting for: Product Owner

#skip-changelog Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)

Repository Maintenance