Skip to content

Instantly share code, notes, and snippets.

View Fine0830's full-sized avatar

Fine0830

View GitHub Profile
app.on('routeChange', function (to) {
ClientMonitor.setPerformance({
collector: 'http://127.0.0.1:8080',
service: 'browser-app',
serviceVersion: '1.0.0',
pagePath: to.path,
autoTracePerf: true,
enableSPA: true,
});
});