ApplicationInsights-node.js icon indicating copy to clipboard operation
ApplicationInsights-node.js copied to clipboard

Allow specifying custom storage directory

Open AlexBulankou opened this issue 7 years ago • 1 comments

After the latest changes, offline storage location is os.tmpdir()/appInsights-node+<ikey>. We should add an option for a user to customize it so they can write it to a custom ACL-protected directory to prevent other processes that have access to tmpdir to read it.

AlexBulankou avatar Aug 29 '17 19:08 AlexBulankou

Update: Part of this reasoning is no longer necessary (SDK will ACL protect the directory made in the temp folder), but we should still allow overriding the directory anyway.

OsvaldoRosado avatar Mar 08 '18 17:03 OsvaldoRosado