Search Unity

Empty stack trace in Crash Reporting

Discussion in 'Web' started by andrzej_cadp, Jan 22, 2018.

  1. andrzej_cadp

    andrzej_cadp

    Joined:
    Jan 27, 2017
    Posts:
    18
    Is there any way to force stack tracing in Crash reporting on WebGL? We do not expect managed stack. Native JS stack provides enough information to find and fix bugs. With debug symbols and c++filt we can easily find problematic functions even in non-devolopment builds. Unfortunately all we can get right now in CR tool is simple exception message without stack.

    Maybe there is possibility to intercept browser error log and post this message to CR manually (XHR with parameters)?