keithclark / gadebugger

A Chrome, Firefox & Opera devtools extension for debugging Google Analytics tracking code
https://keithclark.github.io/gadebugger/
MIT License
238 stars 65 forks source link

Fix timing event beacon hint #16

Closed ArnaudRinquin closed 9 years ago

ArnaudRinquin commented 9 years ago

Fix timing events so it displays variable properly instead of undefined.

Before:

screen shot 2015-10-06 at 16 26 44

After:

screen shot 2015-10-06 at 16 25 34

I bumped the package.json version but I can't build a proper extension dist as I don't have the certificate.

keithclark commented 9 years ago

Good catch! I'll raise a separate issue to get some test coverage for createBeaconHint(). Could you remove the version bump though? I'll handle that as part of preparing the next release.

ArnaudRinquin commented 9 years ago

Done.