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

@logtail/types

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logtail/types - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

15

dist/cjs/types.d.ts

@@ -18,2 +18,10 @@ /**

/**
* Maximum number of times to retry a failed sync request
*/
retryCount: number;
/**
* Minimum number of milliseconds to wait before retrying a failed sync request
*/
retryBackoff: number;
/**
* Maximum number of sync requests to make concurrently (useful to limit

@@ -24,6 +32,11 @@ * network I/O)

/**
* Boolean to specify whether thrown errors/failed logs should be ignored
* Errors when sending logs will be silently ignored
* Has precedence over throwExceptions
*/
ignoreExceptions: boolean;
/**
* Errors when sending logs will result in thrown exceptions
*/
throwExceptions: boolean;
/**
* Maximum depth (number of attribute levels) of a context object

@@ -30,0 +43,0 @@ **/

@@ -18,2 +18,10 @@ /**

/**
* Maximum number of times to retry a failed sync request
*/
retryCount: number;
/**
* Minimum number of milliseconds to wait before retrying a failed sync request
*/
retryBackoff: number;
/**
* Maximum number of sync requests to make concurrently (useful to limit

@@ -24,6 +32,11 @@ * network I/O)

/**
* Boolean to specify whether thrown errors/failed logs should be ignored
* Errors when sending logs will be silently ignored
* Has precedence over throwExceptions
*/
ignoreExceptions: boolean;
/**
* Errors when sending logs will result in thrown exceptions
*/
throwExceptions: boolean;
/**
* Maximum depth (number of attribute levels) of a context object

@@ -30,0 +43,0 @@ **/

4

package.json
{
"name": "@logtail/types",
"version": "0.3.0",
"version": "0.4.0",
"description": "Logtail.com - Typescript types",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "86cb9542d2a1c12dcaa3104afb8df5c2c4a21ff5"
"gitHead": "a082eb0e7f83763a3f81d42736dd14d40e19d128"
}

@@ -22,2 +22,12 @@ /**

/**
* Maximum number of times to retry a failed sync request
*/
retryCount: number;
/**
* Minimum number of milliseconds to wait before retrying a failed sync request
*/
retryBackoff: number;
/**
* Maximum number of sync requests to make concurrently (useful to limit

@@ -29,6 +39,11 @@ * network I/O)

/**
* Boolean to specify whether thrown errors/failed logs should be ignored
* Errors when sending logs will be silently ignored
* Has precedence over throwExceptions
*/
ignoreExceptions: boolean;
/**
* Errors when sending logs will result in thrown exceptions
*/
throwExceptions: boolean;

@@ -35,0 +50,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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