@sentry/types
Advanced tools
Comparing version 4.0.0-beta.6 to 4.0.0-beta.7
@@ -55,3 +55,5 @@ /** Supported Sentry transport protocols in a DSN. */ | ||
username?: string; | ||
extra?: any; | ||
extra?: { | ||
[key: string]: any; | ||
}; | ||
} | ||
@@ -74,7 +76,7 @@ /** TODO */ | ||
context_line?: string; | ||
pre_context?: string; | ||
post_context?: string; | ||
pre_context?: string[]; | ||
post_context?: string[]; | ||
in_app?: boolean; | ||
vars?: { | ||
[name: string]: any; | ||
[key: string]: any; | ||
}; | ||
@@ -133,2 +135,3 @@ } | ||
request?: Request; | ||
transaction?: string; | ||
modules?: { | ||
@@ -135,0 +138,0 @@ [key: string]: string; |
{ | ||
"name": "@sentry/types", | ||
"version": "4.0.0-beta.6", | ||
"version": "4.0.0-beta.7", | ||
"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
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
15836
264