@sentry/types
Advanced tools
Comparing version 4.3.4 to 4.4.0
@@ -202,5 +202,13 @@ /** Supported Sentry transport protocols in a Dsn. */ | ||
export interface TransportOptions { | ||
[key: string]: any; | ||
/** Sentry DSN */ | ||
dsn: DsnLike; | ||
/** Define custom headers */ | ||
headers?: object; | ||
/** Set a HTTP proxy that should be used for outbound requests. */ | ||
httpProxy?: string; | ||
/** Set a HTTPS proxy that should be used for outbound requests. */ | ||
httpsProxy?: string; | ||
/** HTTPS proxy certificates path */ | ||
caCerts?: string; | ||
} | ||
@@ -207,0 +215,0 @@ /** JSDoc */ |
{ | ||
"name": "@sentry/types", | ||
"version": "4.3.4", | ||
"version": "4.4.0", | ||
"description": "Types for all Sentry JavaScript SDKs", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/raven-js.git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21471
354
1