Skip to content

Commit e8701c7

Browse files
Add supported python version to gcp integration (#5614)
* Add supported python version to gcp integration * Update src/platforms/python/guides/gcp-functions/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
1 parent d3dd38c commit e8701c7

File tree

1 file changed

+6
-0
lines changed
  • src/platforms/python/guides/gcp-functions

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Add the Sentry SDK to your `requirements.txt`:
1313
sentry-sdk>=0.17.1
1414
```
1515

16+
<Note>
17+
18+
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).
19+
20+
</Note>
21+
1622
## Configure
1723

1824
You can use the Google Cloud Functions integration for the Python SDK like this:

0 commit comments

Comments
 (0)