Closed vedion closed 11 months ago
"With v3.0.0 it now it looks like the client needs both the ConnectionString and InstrumentationKey:"
Both are only needed if you want to set the connection string programmatically, through the new method. The old approach should work as expected.
Hi,
Before v3.0.0 the connection string could with a cookie on the blazor WASM server be transfered to the client:
With v3.0.0 it now it looks like the client needs both the ConnectionString and InstrumentationKey:
https://github.com/IvanJosipovic/BlazorApplicationInsights#install-on-blazor-webassembly-standalone-app
How do we now get these settings from the server to the client?
Best Regards, Anders Havn