applicationinsights-js
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -185,6 +185,8 @@ <properties | ||
setAuthenticatedUserContext(authenticatedUserId: string, accountId?: string) | ||
setAuthenticatedUserContext(authenticatedUserId: string, accountId?: string, storeInCookie = false) | ||
Set the authenticated user id and the account id in this session. Use this when you have identified a specific signed-in user. Parameters must not contain spaces or ,;=| | ||
Set the authenticated user id and the account id. Use this when you have identified a specific signed-in user. Parameters must not contain spaces or ,;=| | ||
The method will only set the `authenticatedUserId` and `accountId` for all events in the current page view. To set them for all events within the whole session, you should either call this method on every page view or set `storeInCookie = true`. | ||
Parameter | Description | ||
@@ -191,0 +193,0 @@ ---|--- |
{ | ||
"name": "applicationinsights-js", | ||
"main": "dist/ai.0.js", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "applicationinsights-js", | ||
"version": "1.0.12", | ||
"description": "Microsoft Application Insights JavaScript SDK", | ||
"main": "bundle/ai.module.js", | ||
"keywords": [ | ||
"browser performance monitoring", | ||
"script errors", | ||
"application insights", | ||
"microsoft", | ||
"azure" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Microsoft/ApplicationInsights-JS.git" | ||
}, | ||
"author": "Microsoft Application Insights Team", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/ApplicationInsights-JS/issues" | ||
}, | ||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS#readme", | ||
"devDependencies": { | ||
"grunt": "1.0.1", | ||
"grunt-contrib-qunit": "2.0.0", | ||
"grunt-contrib-uglify": "2.3.0", | ||
"grunt-ts": "^6.0.0-beta.15", | ||
"typescript": "2.4.1" | ||
} | ||
} | ||
"name": "applicationinsights-js", | ||
"version": "1.0.13", | ||
"description": "Microsoft Application Insights JavaScript SDK", | ||
"main": "bundle/ai.module.js", | ||
"keywords": [ | ||
"browser performance monitoring", | ||
"script errors", | ||
"application insights", | ||
"microsoft", | ||
"azure" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Microsoft/ApplicationInsights-JS.git" | ||
}, | ||
"author": "Microsoft Application Insights Team", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/ApplicationInsights-JS/issues" | ||
}, | ||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS#readme", | ||
"devDependencies": { | ||
"grunt": "1.0.1", | ||
"grunt-contrib-qunit": "2.0.0", | ||
"grunt-contrib-uglify": "2.3.0", | ||
"grunt-ts": "^6.0.0-beta.15", | ||
"typescript": "2.4.1" | ||
} | ||
} |
@@ -29,3 +29,2 @@ # Microsoft Application Insights JavaScript SDK | ||
}); | ||
window.appInsights = appInsights; | ||
@@ -32,0 +31,0 @@ appInsights.trackPageView(); |
Sorry, the diff of this file is not supported yet
1013409
12
118