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: docs/platforms/python/integrations/beam/index.mdx
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,12 @@ The Beam integration currently parses the functions in [ParDo](https://github.co
9
9
10
10
A Beam version of 2.12 or later is required.
11
11
12
-
Add `BeamIntegration()` to your `integrations` list:
13
-
14
-
15
12
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).
16
13
17
14
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
18
15
16
+
Add `BeamIntegration()` to your `integrations` list:
0 commit comments