chromium-codereview
chromium-codereview copied to clipboard
Silently dropping lines in diff.
Visit this issue and view monitoring/go/datahopper/main.go in the new (non-deprecated) UI.
https://codereview.chromium.org/761433005/
You will notice line 35 in the left hand column is missing. I also believe the line numbers around line 35 on the right hand column are wrong. You can actually see a line is missing by switching back to the deprecated UI and see that line 37:
common.InitWithMetrics("datahopper", *graphiteServer)
is there, but that line missing in the new UI.
I really need a better API to get context from the server, I'm parsing the existing context responses, but it's very buggy. I'd be much better if I could just download the base files. @aarongable