@sentry/serverless
Advanced tools
Comparing version 6.5.0 to 6.5.1
@@ -161,3 +161,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
if (isPromise(rv)) { | ||
rv.then(resolve, reject); | ||
void rv.then(resolve, reject); | ||
} | ||
@@ -164,0 +164,0 @@ }) |
@@ -43,3 +43,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
transaction.finish(); | ||
node_1.flush(options.flushTimeout) | ||
void node_1.flush(options.flushTimeout) | ||
.then(() => { | ||
@@ -55,3 +55,3 @@ callback(...args); | ||
} | ||
Promise.resolve() | ||
void Promise.resolve() | ||
.then(() => fn(context)) | ||
@@ -58,0 +58,0 @@ .then(result => { |
@@ -43,3 +43,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
transaction.finish(); | ||
node_1.flush(options.flushTimeout) | ||
void node_1.flush(options.flushTimeout) | ||
.then(() => { | ||
@@ -55,3 +55,3 @@ callback(...args); | ||
} | ||
Promise.resolve() | ||
void Promise.resolve() | ||
.then(() => fn(data, context)) | ||
@@ -58,0 +58,0 @@ .then(result => { |
@@ -72,3 +72,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
transaction.finish(); | ||
node_1.flush(options.flushTimeout) | ||
void node_1.flush(options.flushTimeout) | ||
.then(() => { | ||
@@ -75,0 +75,0 @@ _end.call(this, chunk, encoding, cb); |
@@ -157,3 +157,3 @@ import { captureException, captureMessage, flush, getCurrentHub, Severity, startTransaction, withScope, } from '@sentry/node'; | ||
if (isPromise(rv)) { | ||
rv.then(resolve, reject); | ||
void rv.then(resolve, reject); | ||
} | ||
@@ -160,0 +160,0 @@ }) |
@@ -41,3 +41,3 @@ import { captureException, flush, getCurrentHub, startTransaction } from '@sentry/node'; | ||
transaction.finish(); | ||
flush(options.flushTimeout) | ||
void flush(options.flushTimeout) | ||
.then(() => { | ||
@@ -53,3 +53,3 @@ callback(...args); | ||
} | ||
Promise.resolve() | ||
void Promise.resolve() | ||
.then(() => fn(context)) | ||
@@ -56,0 +56,0 @@ .then(result => { |
@@ -41,3 +41,3 @@ import { captureException, flush, getCurrentHub, startTransaction } from '@sentry/node'; | ||
transaction.finish(); | ||
flush(options.flushTimeout) | ||
void flush(options.flushTimeout) | ||
.then(() => { | ||
@@ -53,3 +53,3 @@ callback(...args); | ||
} | ||
Promise.resolve() | ||
void Promise.resolve() | ||
.then(() => fn(data, context)) | ||
@@ -56,0 +56,0 @@ .then(result => { |
@@ -70,3 +70,3 @@ import { captureException, flush, getCurrentHub, Handlers, startTransaction } from '@sentry/node'; | ||
transaction.finish(); | ||
flush(options.flushTimeout) | ||
void flush(options.flushTimeout) | ||
.then(() => { | ||
@@ -73,0 +73,0 @@ _end.call(this, chunk, encoding, cb); |
{ | ||
"name": "@sentry/serverless", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"description": "Official Sentry SDK for various serverless solutions", | ||
@@ -19,7 +19,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/minimal": "6.5.0", | ||
"@sentry/node": "6.5.0", | ||
"@sentry/tracing": "6.5.0", | ||
"@sentry/types": "6.5.0", | ||
"@sentry/utils": "6.5.0", | ||
"@sentry/minimal": "6.5.1", | ||
"@sentry/node": "6.5.1", | ||
"@sentry/tracing": "6.5.1", | ||
"@sentry/types": "6.5.1", | ||
"@sentry/utils": "6.5.1", | ||
"@types/aws-lambda": "^8.10.62", | ||
@@ -34,6 +34,5 @@ "@types/express": "^4.17.2", | ||
"@google-cloud/pubsub": "^2.5.0", | ||
"@sentry-internal/eslint-config-sdk": "6.5.0", | ||
"@sentry-internal/eslint-config-sdk": "6.5.1", | ||
"@types/node": "^14.6.4", | ||
"aws-sdk": "^2.765.0", | ||
"eslint": "7.6.0", | ||
"find-up": "^5.0.0", | ||
@@ -40,0 +39,0 @@ "google-gax": "^2.9.0", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
212725
17
+ Added@sentry/core@6.5.1(transitive)
+ Added@sentry/hub@6.5.1(transitive)
+ Added@sentry/minimal@6.5.1(transitive)
+ Added@sentry/node@6.5.1(transitive)
+ Added@sentry/tracing@6.5.1(transitive)
+ Added@sentry/types@6.5.1(transitive)
+ Added@sentry/utils@6.5.1(transitive)
- Removed@sentry/core@6.5.0(transitive)
- Removed@sentry/hub@6.5.0(transitive)
- Removed@sentry/minimal@6.5.0(transitive)
- Removed@sentry/node@6.5.0(transitive)
- Removed@sentry/tracing@6.5.0(transitive)
- Removed@sentry/types@6.5.0(transitive)
- Removed@sentry/utils@6.5.0(transitive)
Updated@sentry/minimal@6.5.1
Updated@sentry/node@6.5.1
Updated@sentry/tracing@6.5.1
Updated@sentry/types@6.5.1
Updated@sentry/utils@6.5.1