Skip to content

Commit 449a8a5

Browse files
committed
review suggestions
1 parent d536e72 commit 449a8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/opentelemetry/custom-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ If tracing is not enabled (no `tracesSampleRate` is defined in the SDK configura
105105
</Note>
106106
</PlatformSection>
107107

108-
These are needed to make sure that trace propagation works correctly. Additionally, the HTTP instrumentation is configured to ensure that request isolation is automatically applied for Sentry.
108+
These are needed to make sure that trace propagation works correctly.
109109

110110
If you want to add your own http/node-fetch instrumentation, you have to follow the following steps:
111111

112112
### Custom HTTP Instrumentation
113113

114114
_Available since SDK version 8.35.0_
115115

116-
You can add your own `@opentelemetry/instrumentation-http` instance in your setup. However, in this case, you need to disable span creation in Sentry's `httpIntegration`:
116+
You can add your own `@opentelemetry/instrumentation-http` instance in your OpenTelemetry setup. However, in this case, you need to disable span creation in Sentry's `httpIntegration`:
117117

118118
```javascript
119119
const sentryClient = Sentry.init({

0 commit comments

Comments
 (0)