You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(docs): Fix ApplicationInsights initialization for local dev builds (#24150)
As written, initialization of `ApplicationInsights` would fail when
running the site locally if `INSTRUMENTATION_KEY` is not set. This PR
updates it to simply not initialize `ApplicationInsights` if
`INSTRUMENTATION_KEY` is not set (which matches what we do in
production).
Also makes some updates to `env.template` comments.
---------
Co-authored-by: Alex Villarreal <[email protected]>
0 commit comments