channels/applicationinsights-channel-js/src/Sender.ts (3 lines): - line 595: // TODO after 10 redirects force send telemetry with 'redirect=false' as query parameter. - line 920: // TODO: Log the backoff time like the C# version does. - line 923: // TODO: Log the retry at time like the C# version does. shared/AppInsightsCommon/src/Telemetry/Exception.ts (2 lines): - line 355: this.ver = 2; // TODO: handle the CS"4.0" ==> breeze 2 conversion in a better way - line 401: ver: "4.0", // TODO: handle the CS"4.0" ==> breeze 2 conversion in a better way extensions/applicationinsights-debugplugin-js/src/DebugPlugin.ts (1 line): - line 89: * TODO: manage style conflicts (prepend unique ID to relevant class names?) extensions/applicationinsights-analytics-js/src/JavaScriptSDK/Telemetry/PageVisitTimeManager.ts (1 line): - line 80: // TODO: Remove this catch in next phase, since if start is called twice in a row the exception needs to be propagated out AISKU/src/Init.ts (1 line): - line 13: // TODO: Find better place to warn to console when SDK initialization fails channels/applicationinsights-channel-js/src/EnvelopeCreator.ts (1 line): - line 148: // TODO: Do we want this to take logger as arg or use this._logger as nonstatic? extensions/applicationinsights-debugplugin-js/src/components/Dashboard.ts (1 line): - line 45: // TODO: research more accessibility (aria) shared/AppInsightsCore/src/JavaScriptSDK/PerfManager.ts (1 line): - line 154: // TODO (@MSNev): at some point we will want to add additional configuration to "select" which events to instrument