Files
gerrit/polygerrit-ui/app/elements/core/gr-reporting
Wyatt Allen f7a1265105 Report handler names in location changes
To avoid reporting sensitive data, gr-reporting's handler for location
changes would match the URL path against a set of simplified URL
patterns and only report the general name of the route. However, over
time this drifted apart from the actual URL patterns (e.g. project
relative change URLs) and ultimately stopped reporting any navigation
events.

The router now reports the name of the matched route handler. This way
we name the view shown in all cases while avoiding a need for
gr-reporting to attempt to sanitize sensitive values from the URL.

Change-Id: Ic19825239240927bd4556fbbc691bd862f17755c
2018-04-04 10:27:44 -07:00
..