Skip to content

Commit

Permalink
Issue 30063 turn off analytics (#30064)
Browse files Browse the repository at this point in the history
turning off analytics

---------

Co-authored-by: Daniel Silva <[email protected]>
  • Loading branch information
jdotcms and dsilvam authored Sep 19, 2024
1 parent ea7843a commit 358f66d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private void addInterceptors(final FilterConfig config) {
delegate.add(new ResponseMetaDataWebInterceptor());
delegate.add(new EventLogWebInterceptor());
delegate.add(new CurrentVariantWebInterceptor());
delegate.add(new AnalyticsTrackWebInterceptor());
//delegate.add(new AnalyticsTrackWebInterceptor()); // turn on when needed.
} // addInterceptors.

} // E:O:F:InterceptorFilter.

0 comments on commit 358f66d

Please sign in to comment.