Nev

Results 393 comments of Nev

> Would it still be possible to have the debugging tool you used for chrome extension? Yes, the chrome extension listens to "allow" instances that are on the any and...

I have no idea on why this would resolve the issue either... Looking at the code this flag causes the page unload / hide events to be "attempted" to be...

I'm tagging as an enhancement, I'm not currently sure of any timeframe when we could start looking at this. I can say based on where we are with the beta...

As mentioned in #2031, I'd recommend using a dependency listener to get the context that you want to include (stuff it into the context `details.context`) and then pull it out...

Yeah, getting access to the "response" is not quite so straight forward. There is an example (it may be more confusing) which shows using the dependency listener and initializer (which...

Yes, we welcome community PR's. Depending on what and how the information is captured, this could either be a specific extension for the react js extension or potentially rolled into...

@mbruner-dev From the Application Insights team perspective, we have not planned and do not have any current timeframe for adding a specific (provided) support for this. So, at this time...

Please feel free to submit a PR, we should not be using any console.log's, while it's in a test -- maybe it was originally for debugging.

Oh, hangon -- is that in the debugplugin -- yikes! This should be removed.

Are you looking for this in the JS SDK? As we don't enforce any `itemCount` (or anything really except the name) for a `custom` event (sent via `trackEvent`), We already...