Skip to main content
Question

Send logs to Microsoft App Insights (applicationinsights-web)


  • Beginner
  • 1 reply

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.

 

Did this topic help you find an answer to your question?
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

christina.d
Forum|alt.badge.img+9
  • Zapier Staff
  • 2653 replies
  • March 3, 2022

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. 🙂


  • Author
  • Beginner
  • 1 reply
  • March 4, 2022

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