Skip to content

Commit

Permalink
#30381 adding a change that was removed by mistake in another PR (#30500
Browse files Browse the repository at this point in the history
)

Just getting back a remove by mistake line
  • Loading branch information
jdotcms authored and spbolton committed Nov 11, 2024
1 parent ce7b5a6 commit 9e7b3b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public static class WebEventsCollectorServiceImpl implements WebEventsCollectorS
WebEventsCollectorServiceImpl () {

addCollector(new BasicProfileCollector(), new FilesCollector(), new PagesCollector(),
new PageDetailCollector(), new SyncVanitiesCollector(), new AsyncVanitiesCollector());
new PageDetailCollector(), new SyncVanitiesCollector(), new AsyncVanitiesCollector(),
new CustomerEventCollector());
}

@VisibleForTesting
Expand Down

0 comments on commit 9e7b3b4

Please sign in to comment.