Skip to content
#

application-insights

Here are 161 public repositories matching this topic...

jsgoupil
jsgoupil commented Mar 26, 2020

For support questions, please consider using Gitter - Chat

I'm submitting a ...

  • bug report

  • feature request

  • question about the decisions made in the repository

  • What is the expected behavior?
    There is no documentation or code to help out mock the Analytics. If there are, please put them in your README or wi

jean-moldovan
jean-moldovan commented Apr 16, 2020

Hello!

In the previous version (v1) of appinsights js sdk we had appInsights.setAuthenticatedUserContext method. I think it was used to override user id with a custom value from the application.

This method seem to exist in the latest version of appinsights js sdk (2.5.4):

    Initialization.prototype.setAuthenticatedUserContext = function (authenticatedUserId, accountId, storeInCook
SergeyKanzhelev
SergeyKanzhelev commented Mar 13, 2020

Validate timeout response from SDK. Original suspicion was that ingestion service timeouts cause SDK to timeout and retry. We are lacking documentation on what happens on endpoint timeouts.
a. What’s the default timeout on SDK?
b. Do we retry on timeout?
c. Is it a good idea to increase the number of workers to a very big number to prevent timeout-caused delays?

GavinOsborn
GavinOsborn commented Apr 18, 2018

We leverage Azure Service Bus heavily in our applications.
We write a lot of code that semantically looks like this:

while(true){
  const message = servicebus.getMessage();
  if(message){
    ProcessMessage(message);
  }
}

function ProcessMessage(message){
  request.get('http://some-service/get-stuff', (res) => {
    if(res.statusCode == 200){
      request.post('http://some-
JimInWA
JimInWA commented Jan 17, 2018

The angular-applicationinsights.js file has the following statement
//# sourceMappingURL=angular-applicationinsights.js.map

However, I don't see the angular-applicationinsights.js.map file in either the master branch or in the zip files for the Releases.

Is it possible for the angular-applicationinsights.js.map file to be added?

Improve this page

Add a description, image, and links to the application-insights topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the application-insights topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.