Question

Send logs to Microsoft App Insights (applicationinsights-web)

  • 1 March 2022
  • 2 replies
  • 88 views

Userlevel 1

I am trying to send diagnostic data from within the integration to Azure Application Insights. The package is installed and setup correctly (tested in a standalone web app).

NPM package: "@microsoft/applicationinsights-web": "^2.7.3"

It isn’t sending and seems to hang when trying to send the request: 

appInsights.trackTrace( { message: "test" });

Any advice on integrating with app insights is greatly appreciated.

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +9

Hi there, @cde - Welcome to the Community!

Is this regarding a custom integration you’ve built on the Zapier Platform? I want to make sure your question is in front of the most relevant eyes to help. 🙂

Userlevel 1

Hi, yes this is regarding custom integration on the Zapier platform.