Countly / countly-sdk-flutter-bridge

Flutter SDK for Countly Product Analytics Platform
https://count.ly
MIT License
29 stars 17 forks source link

stack trace don`t show properly #191

Open amir1430 opened 8 months ago

amir1430 commented 8 months ago

image there is no stacktrace but in data log Screenshot 2024-01-13 183113 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,
    },
  );
turtledreams commented 8 months ago

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.

amir1430 commented 8 months ago

Hi thanks you for your quick response.

amir1430 commented 5 months ago

any update?

turtledreams commented 5 months ago

Hi @amir1430. This is still under development and will possibly be at the next minor release of the server (around a month or so).