sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
I have a recurring issue where the `sentryUploadSymbols` is being added to the `build.gradle` file more then once resulting in failed builds. it seems there is a missing check in...
https://develop.sentry.dev/sdk/telemetry/logs/ Sentry is adding support for [structured logging](https://github.com/getsentry/sentry/discussions/86804). Let's add it to the Unity SDK! 1. Define the [logs protocol](https://develop.sentry.dev/sdk/telemetry/logs/#logs-protocol) and log envelope item in the SDK 1. Add the...
As of today Unity has their own watchdog thread that is checking if ANR's are happening. We've disabled leaning on the Android SDK for the ANR detection but the Android...
Today doesn't seem like we set any Mechanism: https://github.com/getsentry/sentry-unity/blob/bee77f39ad1137cb21082721d1a2b5fa9fc6f83d/src/Sentry.Unity/Integrations/AnrIntegration.cs#L81 The .NET SDK has a function to help set it: https://github.com/getsentry/sentry-dotnet/blob/c2c737b37882ae5a9a34e17de9386eb620f00ba4/src/Sentry/SentryExceptionExtensions.cs#L35 These are used by customers to filter things out in...
> We announced updates to [Firebase Crashlytics](https://firebase.google.com/products/crashlytics) to improve the quality of Unity stack traces, including Unity on-demand-fatal event reporting. We also now support the symbolication of native Android ANRs,...
Wizard says it's Beta. Can we remove this warning?
Does it support the WebGL platform for WeChat mini-game development?
I've added Unity `6.1` to CI and it's failing on `Windows` while running the Smoke Tests. In the second run, the screenshot captured has the `length` of `0`.
What are some exceptions types that users of this could test? **"Adding capturing of C# errors - Adding the Unity SDK"** https://github.com/getsentry/sentry-unity/issues/1727 https://github.com/getsentry/sentry-unity/issues/1727#issuecomment-2468667746 Ideas that a user tested, with mixed...
### TLDR; Add the Cocoa SDK back as a submodule, allow for building it and use the `SetupCocoaSDK` as part of downloading the native SDK shortcut. ### Context Instead of...