Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Created June 27, 2018 16:45
Show Gist options
  • Save JRondeau16/b0239ee3da85789ff97c1e7788c79230 to your computer and use it in GitHub Desktop.
Save JRondeau16/b0239ee3da85789ff97c1e7788c79230 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<mvc.requestBegin>
<processor type="YourNamespace.Pipelines.MvcRequestBegin, YourNamespace"
patch:after="processor[@type='Sitecore.Mvc.Analytics.Pipelines.MvcEvents.RequestBegin.StartTracking, Sitecore.Mvc.Analytics']"/>
</mvc.requestBegin>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment