Nev

Results 393 comments of Nev

Going over this it seems to me that there is an argument for #2994 to remove the `domain` and just have the `event.name`

> and `event.name` is experimental so we can remove it and replace by `Name`. We should NOT remove the `event.name` attribute as this explicitly calls out that the log record...

They are not the same thing and should not be considered to be the same, events are just "reusing" a Log record as a transport. This entire discussion (Span /...

Ok, I just asked CoPilot to give me a list of logging systems that support each log record having a "name" (so the potential bridge situation) and this is the...

Hmm, the dynamic code you referenced is supposed to be ONLY for the config... It should not be applied to the history as of this [PR](https://github.com/microsoft/applicationinsights-react-js/pull/49) which explicitly exempted the...

Hmm, that is odd... It may indicate that either the defaults are not getting applied correctly (which they are supposed to) or that you may be using an older version...

Notes for future investigation It appears that the [default block config](https://github.com/microsoft/applicationinsights-react-js/blob/ce42e0e0ecf9b1f3a919dbea100adf1272da010f/applicationinsights-react-js/src/ReactPlugin.ts#L22) is not getting applied when objects are passed. Need to confirm if this is the case and fix.

Yeah, the example should be updated now that (I believe) we addressed (a loooong time ago now) needing to wait for the sender channel to be initialized before adding the...