Skip to content

Commit

Permalink
Update perfume.js
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Apr 16, 2024
1 parent 8359a0c commit a7b6de7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/webpacker/javascript/perfume.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Perfume from 'perfume.js';
import { initPerfume } from 'perfume.js';

/* eslint-disable no-new */
new Perfume({
initPerfume({
analyticsTracker: (options) => {
const { metricName, data, navigatorInformation } = options;
const metricNames = [
Expand Down

0 comments on commit a7b6de7

Please sign in to comment.