Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

applicationinsights-js

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applicationinsights-js - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

JavaScript/JavaScriptSDK/snippet.js

13

API-reference.md

@@ -128,3 +128,3 @@ <properties

`measurements` | Map of string to number: Metrics associated with this page, displayed in Metrics Explorer on the portal. Defaults to empty.
`severityLevel` | Supported values: [SeverityLevel.ts](https://github.com/Microsoft/ApplicationInsights-JS/blob/master/JavaScript/JavaScriptSDK/Contracts/Generated/SeverityLevel.ts)
`severityLevel` | Supported values: [SeverityLevel.ts](https://github.com/Microsoft/ApplicationInsights-JS/blob/master/JavaScript/JavaScriptSDK.Interfaces/Contracts/Generated/SeverityLevel.ts)

@@ -228,5 +228,2 @@ In the portal, you can [search on exception type and view](https://azure.microsoft.com/documentation/articles/app-insights-diagnostic-search/) the type, message, and stack trace of individual instances.

// Default 200k
maxPayloadSizeInBytes: number;
// Default 100k

@@ -268,2 +265,6 @@ maxBatchSizeInBytes: number;

maxAjaxCallsPerView: number;
// If true, the SDK will not store or read any data from cookies.
// Default: false
isCookieUseDisabled: boolean;

@@ -287,2 +288,6 @@ // Custom cookie domain. This is helpful if you want to share Application Insights cookies across subdomains.

url: string;
// If true, the SDK will not store or read any data from local and session storage.
// Default: false
isStorageUseDisabled: boolean;
}

@@ -289,0 +294,0 @@

{
"name": "applicationinsights-js",
"main": "dist/ai.0.js",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",

@@ -6,0 +6,0 @@ "authors": [

{
"name": "applicationinsights-js",
"version": "1.0.4",
"version": "1.0.5",
"description": "Microsoft Application Insights JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",

@@ -87,18 +87,21 @@ # Microsoft Application Insights JavaScript SDK

## To build:
## Links
* Visual Studio 2013 Ultimate with Update 4 or later
* Clone the Git repository
* Open Visual Studio solution (devenv JavaScript\Microsoft.ApplicationInsights.JavaScript.sln)
* Build solution in Visual Studio
* Check out our [Wiki](https://github.com/Microsoft/ApplicationInsights-JS/wiki) for other useful info.
* Follow latest Application Insights changes and announcements on [ApplicationInsights Announcements](https://github.com/Microsoft/ApplicationInsights-Announcements)
## To run check-in tests
* `powershell "& .\scripts\RunTestsInBrowser.ps1"` to run `Tests.html` in a browser (you might need to call Set-ExecutionPolicy to be able to execute the script)
* Don't forget to build the solution after changing TypeScript files
* Refresh Tests.html in the browser to re-run tests
## Check out the Wiki for other useful info
## Build and run check-in tests:
https://github.com/Microsoft/ApplicationInsights-JS/wiki
* Build
* Visual Studio 2013 Ultimate with Update 4 or later
* Clone the Git repository
* Open Visual Studio solution (devenv JavaScript\Microsoft.ApplicationInsights.JavaScript.sln)
* Build solution in Visual Studio
* Run check-in tests
* `powershell "& .\scripts\RunTestsInBrowser.ps1"` to run `Tests.html` in a browser (you might need to call Set-ExecutionPolicy to be able to execute the script)
* Don't forget to build the solution after changing TypeScript files
* Refresh Tests.html in the browser to re-run tests
## Contributing

@@ -105,0 +108,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc