You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@philippreissing The logic here is to check for the dependency type being a database call in which case we would collect the data field in an auto-collection scenario as well. Is there a requirement on your side to specifically collect the data field here?
I'm trying to use the method
trackDependency()
to track custom dependencies in a NodeJS backend.I create a custom object and save it like this:
Here's how the
message
looks like (data
is hardcoded for testing):The event gets saved in log analytics, but the
data
field always stays empty.I'm using Node JS 18.15.0 with applicationinsights 3.1.0
The text was updated successfully, but these errors were encountered: