#Unreal And .dmp files with sentry.native -- when are these included?

3 messages · Page 1 of 1 (latest)

willow pilot
#

hey there - I noticed some of our crashes will have a .dmp file (see image), and other times not. Like i've noticed ensure crashes, while having a stack trace in the crash report will not have a dmp file. I'm just curious as to when/why these files are or are not included

#

this is with the sentry.native.unreal reporter

cunning pecan
#

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.