-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Log messages do not show source(file:line) #96
Comments
Can you include the code you're using to do this? And the version number of your firefox? I'm not sure why this is happening. I've done some quick tests and it looks like it's a recent change in Firefox. In version 44, all log messages come through fine with lines, but in version 48 they don't. It seems like maybe firefox has just disabled tracing entirely. Long story short, it looks like a firefox problem. I'm happy to implement workarounds if you can think of them, and find a good way to detect this case. You do still get stack traces from |
Sorry for the late reply but I was out. I'll check if this is Firefox specific and if bound to a certain version tomorrow at work. Cheers! |
So I just tested this on my linux desktop at work which runs But when I test it on my laptop which run Seems like something that Firefox broke with one of it's recent releases. The way I use your code is kinda convoluted. I build a GreaseMonkey script using webpack out of multiple modules through the CommonJS pattern and I include your module through a Aside from that just run |
Hi,
I'm really liking the simplicity of your library but it looks to me that when I use it the Firefox console(haven't tested other browsers) does not show the source of the message - meaning file and line from which it came. It shows up only as
(unknown)
.Screenshot:
Is this fixable? Is there anything I can do in my code to make it work?
Cheers!
The text was updated successfully, but these errors were encountered: