You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/serverless/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ Another and much simpler way to integrate Sentry to your AWS Lambda function is
63
63
-`SENTRY_DSN`: `your dsn`.
64
64
-`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).
65
65
66
-
67
66
### Google Cloud Functions
68
67
69
68
To use this SDK, call `Sentry.GCPFunction.init(options)` at the very beginning of your JavaScript file.
0 commit comments