Ruby Chen

Results 14 comments of Ruby Chen

Turn out my I name `prettierrc.json` wrong, missing a dot in`.prettierrc.json` file name

Can I get a ref from this component? Thanks

After reading the dependency documentation [here](https://github.com/microsoft/ApplicationInsights-JS/blob/master/docs/Dependency.md) I'm still not quite clear how to implement this. And how is this `details.traceId = "";` going to receive and log for the request...

Thanks! I'll check that.

I download it, do see any particular error still don't see custom event log in app insight.

Sorry for the late response. We found the issue when the user close the app will cause 0 error status report in app insight. Is this dependency similar to `enableUnhandledPromiseRejectionTracking`?...

Can you show me where I can find the event name? what I found 0 status report below here. Two cases we know so far are - user exit out...

Hi MSNew, Thank you for the quick response. May I ask where I can find all the property from the example of `Telemetry`, when I log `envelope` I got nothing...

Thanks again for your response, check out all of them now. Really appreciate your help.

So I use dependency instead telemetry, because I'm trying to not handle dropout request call, so won't show error 0 in the appInsight dashboard. use the sample code from the...