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

Not displaying special characters in crash logs #4840

Open
am3n opened this issue Jan 12, 2024 · 3 comments
Open

Not displaying special characters in crash logs #4840

am3n opened this issue Jan 12, 2024 · 3 comments

Comments

@am3n
Copy link

am3n commented Jan 12, 2024

Hi
I create a log in this way, but it is displayed differently in the crash panel

Countly.sharedInstance().crashes().addCrashBreadcrumb("$year/$month/$day $hour:$minute:$second $millisecond - NotifyService > onStart() startId: 3")

Screenshot 2024-01-12 190105

@am3n am3n changed the title Crash logs Not displaying special characters in crash logs Jan 12, 2024
@ar2rsawseen
Copy link
Member

Hello,
where are those logs rendered exactly?

@am3n
Copy link
Author

am3n commented Jan 12, 2024

Crash overview > Crash Occurences > Crash Logs (BreadCrumb)
I have seen this on Chrome and Opera browsers.
I think this issue is related to Back-end and not Front.
Screenshot 2024-01-12 192840

@ar2rsawseen
Copy link
Member

Ok thank you
I will create an internal ticket for this and update you here when it is done.
Basically, by default we escape data and do not render it as HTML for security purposes, so things like that might happen, and we need to make exceptions :)

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