perfume.js
Advanced tools
Changelog
9.1.0 (2023-11-30)
A long time coming, but we are back :) We did some internal cleanup, making the library more accessible for tracking Critical User Journeys.
The most significant change is that we moved away from being Object-oriented and everything is Functional-oriented, which means to start Perfume, you can do.
import { initPerfume } from 'perfume.js';
initPerfume({
analyticsTracker: ({ metricName, data }) => {
myAnalyticsTool.track(metricName, data);
})
});
enableNavigationTracking
and have the behavior as the default.getRating
has been consolidated into getVitalsScore
.incrementUjNavigation
to trackUJNavigation
.endPaint
.