@sentry/types
Advanced tools
Comparing version 0.5.4 to 4.0.0-beta.0
@@ -37,3 +37,3 @@ /** Supported Sentry transport protocols in a DSN. */ | ||
/** TODO */ | ||
Critical = "critical", | ||
Critical = "critical" | ||
} | ||
@@ -189,3 +189,3 @@ /** TODO */ | ||
/** A server-side error ocurred during submission. */ | ||
Failed = "failed", | ||
Failed = "failed" | ||
} | ||
@@ -192,0 +192,0 @@ export declare namespace Status { |
{ | ||
"name": "@sentry/types", | ||
"version": "0.5.4", | ||
"version": "4.0.0-beta.0", | ||
"description": "Types for all Sentry JavaScript SDKs", | ||
@@ -32,3 +32,4 @@ "repository": "git://github.com/getsentry/raven-js.git", | ||
"fix:tslint": "tslint --fix -t stylish -p ." | ||
} | ||
}, | ||
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d" | ||
} |
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
15552