I don't have a tracking id during development or when deploying for self-hosting in a container.
When I don't provide a tracking id, I get a run-time error on the console and from the Blazor dev UI that the "tracking code is invalid".
I get a different error when I don't do a AddGoogleAnalytics at all.
How is this to be handled?
I don't have a tracking id during development or when deploying for self-hosting in a container.
When I don't provide a tracking id, I get a run-time error on the console and from the Blazor dev UI that the "tracking code is invalid".
I get a different error when I don't do a
AddGoogleAnalyticsat all.How is this to be handled?