Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When the changes in ApplicationInsights.config apply?

If i edit applicationInsights.config file on working application (or replace whole file), when the changes apply?

Does it happen immediately or I have to restart my application?

like image 939
kopieczek.dev Avatar asked Mar 10 '26 22:03

kopieczek.dev


1 Answers

The ApplicationInsights.config file contains names of classes to load, etc, so it is only read on startup of the app.

You'll need to restart your app pick up any changes.

like image 189
John Gardner Avatar answered Mar 13 '26 18:03

John Gardner



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!