Umbraco Version: 13.10.0
UrlTracker Version: 13.3.0
The Umbraco backoffice hangs when trying to load during the lazyload causing the backoffice to never load. Blocking this file in the development console allows the backoffice to load successfully.
/app_plugins/urltracker/script.iife.js?d=638918278150000000
Going to that url directly also hangs.
This also happens with the following appsettings.
"UrlTracker": {
"Enable": false,
"EnableLogging": false,
"Pipeline": {
"Enable": false,
"EnableClientErrorTracking": false
}
}