Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack trace don`t show properly #191

Open
amir1430 opened this issue Jan 13, 2024 · 4 comments
Open

stack trace don`t show properly #191

amir1430 opened this issue Jan 13, 2024 · 4 comments

Comments

@amir1430
Copy link

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 amir1430 changed the title stacktrace dont stack trace don`t show properly Jan 13, 2024
@turtledreams
Copy link
Contributor

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
Copy link
Author

Hi
thanks you for your quick response.

@amir1430
Copy link
Author

amir1430 commented Apr 6, 2024

any update?

@turtledreams
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants