Nev

Results 393 comments of Nev

That doesn't look like either - There are an RemoteDependencies being captured / sent (you can use the search in the top right to search for `Remote` to see the...

> let handler = appInsights.addDependencyListener((details) => { ... } Yes, this will add a dependency listener (my list above was just one of the options). I assume your NOT calling...

> Manifest version 2 is deprecated, and support will be removed in 2024. See https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline for details. 😢 We have been planning on updating to the current manifest -- we...

> I did see telemetry one work in the log, but does not achieve the goal to not report error status 0, here's the code I use from the documentation....

> @microsoft/applicationinsights-web": "^3.1.0" I'm not aware of any issues (bugs) that would cause a dependency initializer / listener (when not removed 😁 ) to not get called...

Will need to review the history of why, as its been this way long before the current team members.

Yeh, this is because of the way the data is stored into SessionStorage as a single JSON Blob... So adding / removing events as they are sent / removed requires...

Being able to provide your own storage instead of the Session or Array based ones is probably the ideal option so that you can provide whatever off-line option required. In...

Thanks for the additional context, I think keeping this open as an enhancement would be a good thing as for some users 50ms is still way too excessive, so we...

@rhutchison > There are no hooks in to error events, I think this is an excellent observation, as AI already has unload capability if we expose this it will provide...