Open NattyNarwhal opened 6 years ago
Mono plans to add telemetry with Sentry for enhanced crash diagnostics and reporting.
For now, crash reporting is disabled to due a missing dladdr. Reimplement this and see what it takes to turn it on.
dladdr
Do we need our own Sentry instance? I recall Kyte saying that they'd fish out AIX/PASE crash logs from the MS instance for us?
Follow up with Alexander Kyte from MS if we decide to go this route.
FYI, I have a dladdr() implementation that I'm working on finishing up.
dladdr()
Mono plans to add telemetry with Sentry for enhanced crash diagnostics and reporting.
For now, crash reporting is disabled to due a missing
dladdr
. Reimplement this and see what it takes to turn it on.Do we need our own Sentry instance? I recall Kyte saying that they'd fish out AIX/PASE crash logs from the MS instance for us?
Follow up with Alexander Kyte from MS if we decide to go this route.