sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
Sentry SaaS 2.1.3 Unity 6000.0.1f1 This is only happening on Release IL2CPP builds of our game (everything works fine when "development builds" unity option is enabled) ### Steps to Reproduce...
 There is an error: I throw an exception: `throw new InvalidOperationException("xxx")` It is considered a `crashed`, Shouldn't it be an `errored` ? _Originally posted by @WeiLingQiang in https://github.com/getsentry/sentry-unity/issues/1707#issuecomment-2220051502_
### Environment current master, windows, unity 2019 ### Steps to Reproduce Android "Build and Run" ### Expected Result run the app on device ### Actual Result Build fails, likely due...
Bumps modules/sentry-java from 8.15.0 to 8.16.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 8.16.0 #### Features - Send JUL logs to Sentry as logs ([#4518](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/4518)) - You need to...
Bumps modules/sentry-cocoa.properties from 8.51.0 to 8.53.1. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 8.53.1 #### Fixes - Fix XCFramework version including commit sha on release. ([#5493](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5493)) ### 8.53.0 >...
#skip-changelog Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request)
Fixes https://github.com/getsentry/sentry-unity/issues/928 ## Goal The idea is to provide users a simple to use prefab to add to their game to allow players to provide user feedback. This is a...
### Description The SDK should sync added attachments on the scope to the native layer. And with the [`0.9.1`](https://github.com/getsentry/sentry-native/releases/tag/0.9.1) release, nothing is stopping us from doing so on platforms supported...
Bumps modules/sentry-java from 8.15.0 to 8.15.1. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 8.15.1 #### Fixes - Enabling Sentry Logs through Logback in Spring Boot config did not work...
Hi, We are using the tracing feature to quickly see all errors during an user session. It worked well, but since the may SDK update, the TraceID is regenerated everytime...