sentry-unreal icon indicating copy to clipboard operation
sentry-unreal copied to clipboard

Unreal Engine

Results 86 sentry-unreal issues
Sort by recently updated
recently updated
newest added

Whenever a crash occurs on Android/iOS and automatic game log attachment is enabled in plugin settings Sentry receives an incorrect file on the next app startup when the corresponding event...

Bug

### Problem Statement - The "Getting Started" documentation for sentry-unreal platforms may not conform to the newly defined format, which includes the steps "Install", "Configure", "Verify", and the optional "Next...

Feature

UnrealEngine sometimes decides to exit with an error, even without crashing. Such crashes are not caught by Sentry. We have been using our own plugin for years, (https://github.com/mainframeindustries/UE4SentryClientPlugin) but decided...

Feature

What problem could Sentry solve that it doesn't? https://github.com/getsentry/sentry-unreal/blob/main/plugin-dev/Source/Sentry/Private/Desktop/SentryScopeDesktop.cpp#L34-L37 This is a request from a customer: Adding support for this would enable "...custom filtered log files for particular subsystems, .utrace...

Feature

### Environment How do you use Sentry? Sentry SaaS Which version of the SDK? 0.13 How did you install the package? (Git-URL, Assetstore) Git Which version of Unreal? 5.3 Is...

Bug

What problem could Sentry solve that it doesn't? Unreal Engine supports both x64 and arm64 Linux dedicated server but looks like Sentry only works with x64 dedicated server. Can you...

Feature

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? Unreal Upload Endpoint ### Steps to Reproduce Upload two log files, breadcrumbs seem to be...

Bug

In order to ease the initial plugin configuration some values like `DSN`, authentication tokens, etc. can be obtained in editor automatically after enabling the Sentry plugin. This should allow users...

Bumps modules/sentry-native from 0.7.6 to 0.7.8. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.7.8 **Features**: - Let the envelope serialization stream directly to the file. ([#1021](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1021)) - Support 16kb...

dependencies

I recently added the sentry plugin to my game, and seeing that `.sentry-native` kept changing, I added to gitignore. Users have complained on different issues related to it. should I...