-
Notifications
You must be signed in to change notification settings - Fork 75
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
Console logs are not preserved with redirect #29
Comments
Swapping out If I had to guess, I'd say that we probably had issues with I threw a few mangled/illegal HTTP responses (ie. a body-less 200) at the extension, and |
Sweet! I will push a new version later today then! I think you are right that the reason it wasn't working before was because of the race condition you fixed. |
Hi, it seems that with the current PHP implementation (version 4.1.0) this issue persists. |
Also encountering the same problem here. Any progress made on this one? |
This issue still exists with 4.1.0. Using PHP. Slim framework with Monolog's chromephphandler class. I am redirecting due to missing information. I can see the X-ChromeLogger-Data header on the 302 redirect response, but it is not captured (with Preserve log checked). |
Just ran into this today, the issue is over a year old, is there any chance of it being fixed soon? |
Any news about this issue ? |
Also hitting this problem |
See #4 for additional information
There is a checkbox in the chrome dev tools
Preserve log upon navigation
, but people who have tried it have had mixed results.The text was updated successfully, but these errors were encountered: