I see this error after we installed Glimpse. "Glimpse": "2.0.0-beta1",
SCRIPT5009: 'praseInt' is undefined
hud.js (3,17550)
I checked the source code here and I see that it is with error.
path:
Glimpse.Prototype / src / Glimpse.Server / Internal / Resources / Embeded / Client / hud / hud.js
line number 5957
// trying to avoid negitive values showing up
5956 if (server <= 0) {
5957 server = praseInt(details.request.data.responseDuration);
5958 }
"praseInt" being misspelled in source code on GitHub.
Is there a version that I should be using that has this fixed?
I see this error after we installed Glimpse. "Glimpse": "2.0.0-beta1",
SCRIPT5009: 'praseInt' is undefined hud.js (3,17550)
I checked the source code here and I see that it is with error. path: Glimpse.Prototype / src / Glimpse.Server / Internal / Resources / Embeded / Client / hud / hud.js
line number 5957 // trying to avoid negitive values showing up 5956 if (server <= 0) { 5957 server = praseInt(details.request.data.responseDuration); 5958 }
"praseInt" being misspelled in source code on GitHub.
Is there a version that I should be using that has this fixed?