#Unreal And .dmp files with sentry.native -- when are these included?
3 messages · Page 1 of 1 (latest)
Hey @willow pilot, ensures are non-fatal errors for which afaik Unreal doesn't create a minidump file automatically and thus Sentry plugin has nothing to pick up from disk to attach to the corresponding report.
Also, currently sentry-native (lib that UE plugin uses under the hood on Win/Linux) doesn't support runtime attachments so even if we create a .dmp file manually there's no straightforward way to upload it along with other event info.