emperorsreeni / angularjs-application-insights-v2

AngularJs library for Microsoft Application Insights JavaScript V2 SDK
MIT License
2 stars 6 forks source link

Turn off console logging #1

Closed tkserver closed 4 years ago

tkserver commented 4 years ago

Thanks for the repo. It's working great. Just wondering how to turn off the logging in the console.

nazrdogan commented 4 years ago

I checked code enableDebug option can turn off. https://github.com/tamilvasan/angularjs-application-insights-v2/blob/e8483d20eb6baf5ef4f7f69bd8f83d3a82b514a1/src/ApplicationInsightsModule.ts#L87

emperorsreeni commented 4 years ago

Thanks @nazrdogan for your answer. I am closing this issue.