Skip to content

Commit a1bb076

Browse files
sentrivanabitsandfoxes
authored andcommitted
fix(python): Move line closer to example (#14054)
1 parent 7a33f61 commit a1bb076

File tree

1 file changed

+2
-3
lines changed
  • docs/platforms/python/integrations/beam

1 file changed

+2
-3
lines changed

docs/platforms/python/integrations/beam/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ The Beam integration currently parses the functions in [ParDo](https://github.co
99

1010
A Beam version of 2.12 or later is required.
1111

12-
Add `BeamIntegration()` to your `integrations` list:
13-
14-
1512
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/).
1613

1714
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
1815

16+
Add `BeamIntegration()` to your `integrations` list:
17+
1918
<OnboardingOptionButtons
2019
options={[
2120
'error-monitoring',

0 commit comments

Comments
 (0)