davidjrh/dnn.appinsights

Overwriting appinsights.js file when reinstalling

cconner100 opened this issue · 1 comments

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

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