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/common/configuration/integrations/default-integrations.mdx
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -60,17 +60,6 @@ The stdlib integration instruments certain modules in the standard library to em
60
60
61
61
- Subprocesses spawned with the `subprocess` module will result in a <PlatformLink to="/enriching-events/breadcrumbs/">breadcrumb</PlatformLink> being logged.
62
62
63
-
### Options
64
-
65
-
You can pass the following keyword arguments to `StdlibIntegration()`:
66
-
67
-
- `capture_graphql_errors`:
68
-
69
-
If enabled, the SDK will automatically create an error event whenever the response
70
-
to a request to an endpoint called `/graphql` contains an `errors` array. The
71
-
error event will have both the request and the response content if the SDK has
72
-
been set up with `send_default_pii=True` (which is the default). If you don't want to capture client GraphQL errors, set `send_default_pii=False`.
0 commit comments