Skip to content

Commit 5242d8b

Browse files
authored
Remove links to defunct sample apps (#11069)
1 parent 25a5c4b commit 5242d8b

File tree

2 files changed

+0
-4
lines changed
  • docs/platforms/python/integrations

2 files changed

+0
-4
lines changed

docs/platforms/python/integrations/aws-lambda/manual-instrumentation/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ def lambda_handler(event, context):
6767
# ...
6868
```
6969

70-
Check out Sentry's [AWS sample apps](https://github.com/getsentry/examples/tree/master/aws-lambda/python) for detailed examples.
71-
7270
<Alert level="info" title="Note">
7371

7472
If you're using another web framework inside of AWS Lambda, that framework may catch exceptions before we see them. Make sure to enable the framework-specific integration if it exists. See [_the Python main page_](/platforms/python/) for more information.

docs/platforms/python/integrations/gcp-functions/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ def http_function_entrypoint(request):
5858
# ...
5959
```
6060

61-
Check out Sentry's [GCP sample apps](https://github.com/getsentry/examples/tree/master/gcp-cloud-functions) for detailed examples.
62-
6361
<Alert level="info" title="Note">
6462

6563
If you are using a web framework inside of your Cloud Function, the framework might catch those exceptions before we get to see them. Make sure to enable the framework specific integration as well, if one exists. See [_the Python main page_](/platforms/python/) for more information.

0 commit comments

Comments
 (0)