Skip to content

Commit f71e714

Browse files
feat(python): Add a workaround to GCP docs (#8486)
--------- Co-authored-by: Shana Matthews <[email protected]>
1 parent 14a0402 commit f71e714

File tree

1 file changed

+2
-0
lines changed
  • src/platforms/python/integrations/gcp-functions

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Add the Sentry SDK to your `requirements.txt`:
1717

1818
The GCP integration currently supports only the Python `3.7` runtime environment. If you try to run it with a newer version (such as `3.9`), an error message will be displayed (with debug mode on).
1919

20+
Limited Sentry support is available on newer Python runtimes by directly enabling [integrations for supported frameworks](/platforms/python/integrations) and/or using the generic [serverless integration](/platforms/python/integrations/serverless/).
21+
2022
</Note>
2123

2224
## Configure

0 commit comments

Comments
 (0)