@sentry/serverless
Advanced tools
Comparing version 7.116.0 to 7.117.0
{ | ||
"name": "@sentry/serverless", | ||
"version": "7.116.0", | ||
"version": "7.117.0", | ||
"description": "Official Sentry SDK for various serverless solutions", | ||
@@ -33,6 +33,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "7.116.0", | ||
"@sentry/node": "7.116.0", | ||
"@sentry/types": "7.116.0", | ||
"@sentry/utils": "7.116.0", | ||
"@sentry/core": "7.117.0", | ||
"@sentry/node": "7.117.0", | ||
"@sentry/types": "7.117.0", | ||
"@sentry/utils": "7.117.0", | ||
"@types/aws-lambda": "^8.10.62", | ||
@@ -39,0 +39,0 @@ "@types/express": "^4.17.14" |
@@ -14,2 +14,9 @@ <p align="center"> | ||
## Package Discontinued | ||
The `@sentry/serverless` package was discontinued in version 8.0.0 of the Sentry JavaScript SDKs in favour of dedicated | ||
SDK packages for AWS Lambda and Google Cloud. For more information, head over to the respective v8 migration guides for | ||
[Google Cloud](https://docs.sentry.io/platforms/javascript/guides/gcp-functions/migration/v7-to-v8/) and | ||
[AWS Lambda](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/migration/v7-to-v8/). | ||
## General | ||
@@ -45,3 +52,4 @@ | ||
If you also want to trace performance of all the incoming requests and also outgoing AWS service requests, just set the `tracesSampleRate` option. | ||
If you also want to trace performance of all the incoming requests and also outgoing AWS service requests, just set the | ||
`tracesSampleRate` option. | ||
@@ -66,3 +74,5 @@ ```javascript | ||
- `SENTRY_DSN`: `your dsn`. | ||
- `SENTRY_TRACES_SAMPLE_RATE`: a number between 0 and 1 representing the chance a transaction is sent to Sentry. For more information, see [docs](https://docs.sentry.io/platforms/node/guides/aws-lambda/configuration/options/#tracesSampleRate). | ||
- `SENTRY_TRACES_SAMPLE_RATE`: a number between 0 and 1 representing the chance a transaction is sent to Sentry. For | ||
more information, see | ||
[docs](https://docs.sentry.io/platforms/node/guides/aws-lambda/configuration/options/#tracesSampleRate). | ||
@@ -69,0 +79,0 @@ ### Google Cloud Functions |
357998
107
+ Added@sentry-internal/tracing@7.117.0(transitive)
+ Added@sentry/core@7.117.0(transitive)
+ Added@sentry/integrations@7.117.0(transitive)
+ Added@sentry/node@7.117.0(transitive)
+ Added@sentry/types@7.117.0(transitive)
+ Added@sentry/utils@7.117.0(transitive)
- Removed@sentry-internal/tracing@7.116.0(transitive)
- Removed@sentry/core@7.116.0(transitive)
- Removed@sentry/integrations@7.116.0(transitive)
- Removed@sentry/node@7.116.0(transitive)
- Removed@sentry/types@7.116.0(transitive)
- Removed@sentry/utils@7.116.0(transitive)
Updated@sentry/core@7.117.0
Updated@sentry/node@7.117.0
Updated@sentry/types@7.117.0
Updated@sentry/utils@7.117.0