Skip to content

Commit 78c2e86

Browse files
author
AJ
committed
version update
1 parent ab4c50b commit 78c2e86

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/platforms/python/guides/aws-lambda/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ redirect_from:
55
- /platforms/python/aws_lambda/
66
---
77

8-
_(New in version 0.18.0)_
8+
_(New in version 0.3.5)_
99

1010
Create a deployment package on your local machine and install the required dependencies in the deployment package.
1111
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):
3232
# ...
3333
```
3434

35-
Set `send_default_pii` to `True` to capture function payload.
36-
3735
Check out Sentry's [AWS sample apps](https://github.com/getsentry/examples/tree/master/aws-lambda/python) for detailed examples.
3836

3937
<Alert level="info" title="Note"><markdown>

src/platforms/python/guides/gcp-functions/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redirect_from:
44
- /platforms/python/gcp_functions/
55
---
66

7-
_(New in version 0.17.1)_
7+
_(New in version 0.17.0)_
88

99
## Install
1010

@@ -32,7 +32,6 @@ sentry_sdk.init(
3232
def http_function_entrypoint(request):
3333
# ...
3434
```
35-
Set `send_default_pii` to `True` to capture function payload.
3635

3736
Check out Sentry's [GCP sample apps](https://github.com/getsentry/examples/tree/master/gcp-cloud-functions) for detailed examples.
3837

0 commit comments

Comments
 (0)