@sentry/serverless
Advanced tools
Comparing version 7.89.0 to 7.90.0
@@ -59,3 +59,4 @@ var { | ||
void Sentry.flush(options.flushTimeout) | ||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | ||
Sentry.flush(options.flushTimeout) | ||
.then(null, e => { | ||
@@ -62,0 +63,0 @@ debugBuild.DEBUG_BUILD && utils$1.logger.error(e); |
@@ -61,3 +61,4 @@ var { | ||
void Sentry.flush(options.flushTimeout) | ||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | ||
Sentry.flush(options.flushTimeout) | ||
.then(null, e => { | ||
@@ -64,0 +65,0 @@ debugBuild.DEBUG_BUILD && utils$1.logger.error(e); |
@@ -99,3 +99,4 @@ var { | ||
void Sentry.flush(options.flushTimeout) | ||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | ||
Sentry.flush(options.flushTimeout) | ||
.then(null, e => { | ||
@@ -102,0 +103,0 @@ debugBuild.DEBUG_BUILD && utils$1.logger.error(e); |
@@ -54,3 +54,4 @@ import { _optionalChain } from '@sentry/utils'; | ||
void flush(options.flushTimeout) | ||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | ||
flush(options.flushTimeout) | ||
.then(null, e => { | ||
@@ -57,0 +58,0 @@ DEBUG_BUILD && logger.error(e); |
@@ -56,3 +56,4 @@ import { _optionalChain } from '@sentry/utils'; | ||
void flush(options.flushTimeout) | ||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | ||
flush(options.flushTimeout) | ||
.then(null, e => { | ||
@@ -59,0 +60,0 @@ DEBUG_BUILD && logger.error(e); |
@@ -94,3 +94,4 @@ import { _optionalChain } from '@sentry/utils'; | ||
void flush(options.flushTimeout) | ||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | ||
flush(options.flushTimeout) | ||
.then(null, e => { | ||
@@ -97,0 +98,0 @@ DEBUG_BUILD && logger.error(e); |
{ | ||
"name": "@sentry/serverless", | ||
"version": "7.89.0", | ||
"version": "7.90.0", | ||
"description": "Official Sentry SDK for various serverless solutions", | ||
@@ -26,6 +26,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "7.89.0", | ||
"@sentry/node": "7.89.0", | ||
"@sentry/types": "7.89.0", | ||
"@sentry/utils": "7.89.0", | ||
"@sentry/core": "7.90.0", | ||
"@sentry/node": "7.90.0", | ||
"@sentry/types": "7.90.0", | ||
"@sentry/utils": "7.90.0", | ||
"@types/aws-lambda": "^8.10.62", | ||
@@ -32,0 +32,0 @@ "@types/express": "^4.17.14" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
348681
2382
+ Added@sentry-internal/tracing@7.90.0(transitive)
+ Added@sentry/core@7.90.0(transitive)
+ Added@sentry/node@7.90.0(transitive)
+ Added@sentry/types@7.90.0(transitive)
+ Added@sentry/utils@7.90.0(transitive)
- Removed@sentry-internal/tracing@7.89.0(transitive)
- Removed@sentry/core@7.89.0(transitive)
- Removed@sentry/node@7.89.0(transitive)
- Removed@sentry/types@7.89.0(transitive)
- Removed@sentry/utils@7.89.0(transitive)
Updated@sentry/core@7.90.0
Updated@sentry/node@7.90.0
Updated@sentry/types@7.90.0
Updated@sentry/utils@7.90.0