relay icon indicating copy to clipboard operation
relay copied to clipboard

Allow to report minidump event as non-crash (handled:true)

Open trzeciak opened this issue 2 years ago • 1 comments

The minidump mechanism can be created not only crash occurs, but also when triggered manually.

It is useful to record additional/intentional minidump (with stack traces) during debugging unexpected lags in native application.
In this case, it should be expected that the event in the sentry will not be marked as 💀 Unhandled.
This unhandled events generated false positive alarm.

I suggest to read the handled flag from the event if present [LINK].

Thanks supervacuus for explaining what the flow looks like!

Related issue/pull-request:

  • https://github.com/getsentry/sentry-native/issues/823
  • https://github.com/getsentry/sentry-native/issues/268
  • https://github.com/getsentry/relay/pull/598

Unfortunately, I am not skilled to propose a pull-request.

trzeciak avatar Mar 27 '23 16:03 trzeciak

@getsentry/owners-native I believe this is your domain, could you triage it?

iker-barriocanal avatar Mar 30 '23 08:03 iker-barriocanal