You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/python/guides/gcp-functions/index.mdx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ Add the Sentry SDK to your `requirements.txt`:
13
13
sentry-sdk>=0.17.1
14
14
```
15
15
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
+
16
22
## Configure
17
23
18
24
You can use the Google Cloud Functions integration for the Python SDK like this:
0 commit comments