countly-sdk-flutter-bridge
countly-sdk-flutter-bridge copied to clipboard
stack trace don`t show properly
there is no stacktrace but in data log
and in flutter this is the code to send log
await Countly.logExceptionEx(
exception,
true,
stacktrace: stackTrace,
segmentation: {
'stacktrace': '$stackTrace',
'user_id': userId != null ? '$userId' : 'anonymous',
if (segment != null) 'segment': segment,
if (moreInfo != null) ...moreInfo,
},
);
Hi Amir, thank you for bringing this up. This seems like a server-side issue. I have contacted the server developers to look into it. They are working on a fix. I will let you know when a fix is released here.
Hi thanks you for your quick response.
any update?
Hi @amir1430. This is still under development and will possibly be at the next minor release of the server (around a month or so).