davidjrh / dnn.appinsights

A module to use Visual Studio Application Insights with the DNN Platform (formerly DotNetNuke) CMS
MIT License
11 stars 2 forks source link

Overwriting appinsights.js file when reinstalling #1

Open cconner100 opened 8 years ago

cconner100 commented 8 years ago

When we reinstall the module in dnn, the file appinsights.js gets overwritten and we loose the key. Anyway not to overwrite this file on reinstall.

Also, we don't seem to see the same exceptions in app insights as we see in the dnn event viewer, any suggestions

mitchelsellers commented 7 years ago

The overwrite is a bit of a gotcha that is going to be part of this due to the way that the insights need to get information. I might have an idea for a workaround though.

Regarding the second item. Currently the items that are pushed out to application Insights are the logs that would go to the /Portals/_default/logs folder and not the items in the Event Viewer