countly-sdk-flutter-bridge icon indicating copy to clipboard operation
countly-sdk-flutter-bridge copied to clipboard

stack trace don`t show properly

Open amir1430 opened this issue 1 year ago • 4 comments

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,
    },
  );

amir1430 avatar Jan 13 '24 15:01 amir1430

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.

turtledreams avatar Jan 15 '24 13:01 turtledreams

Hi thanks you for your quick response.

amir1430 avatar Jan 15 '24 13:01 amir1430

any update?

amir1430 avatar Apr 06 '24 13:04 amir1430

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

turtledreams avatar Apr 16 '24 10:04 turtledreams