File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/platforms/python/guides Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ redirect_from:
5
5
- /platforms/python/aws_lambda/
6
6
---
7
7
8
- _ (New in version 0.18.0 )_
8
+ _ (New in version 0.3.5 )_
9
9
10
10
Create a deployment package on your local machine and install the required dependencies in the deployment package.
11
11
For more information, see [ AWS Lambda deployment package in Python] ( https://docs.aws.amazon.com/lambda/latest/dg/python-package.html ) .
@@ -32,8 +32,6 @@ def my_function(event, context):
32
32
# ...
33
33
```
34
34
35
- Set ` send_default_pii ` to ` True ` to capture function payload.
36
-
37
35
Check out Sentry's [ AWS sample apps] ( https://github.com/getsentry/examples/tree/master/aws-lambda/python ) for detailed examples.
38
36
39
37
<Alert level = " info" title = " Note" ><markdown >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ redirect_from:
4
4
- /platforms/python/gcp_functions/
5
5
---
6
6
7
- _ (New in version 0.17.1 )_
7
+ _ (New in version 0.17.0 )_
8
8
9
9
## Install
10
10
@@ -32,7 +32,6 @@ sentry_sdk.init(
32
32
def http_function_entrypoint (request ):
33
33
# ...
34
34
```
35
- Set ` send_default_pii ` to ` True ` to capture function payload.
36
35
37
36
Check out Sentry's [ GCP sample apps] ( https://github.com/getsentry/examples/tree/master/gcp-cloud-functions ) for detailed examples.
38
37
You can’t perform that action at this time.
0 commit comments