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

[v1.3.0] Trace rendering issue #52

Open
tminich opened this issue Nov 14, 2019 · 1 comment
Open

[v1.3.0] Trace rendering issue #52

tminich opened this issue Nov 14, 2019 · 1 comment

Comments

@tminich
Copy link

tminich commented Nov 14, 2019

In trace-type logs, in the trace itself the class name and method (instruction column) are rendered mushed together without the proper separator.
For example it shows

FirePHPtrace('Trace: Undefined property')

instead of

FirePHP->trace('Trace: Undefined property')

If I look at the headers, the separator is listed as the type property of the trace entry, so it doesn't seem to be a faoult of the server side library (using firephp-core).

@tminich
Copy link
Author

tminich commented Nov 14, 2019

Just noticed, trace rendering doesn't work at all if the log originates from a XHttpRequest.

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

No branches or pull requests

1 participant