Skip to content

Commit efc76c2

Browse files
Luca Forstnercoolguyzone
andauthored
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 5a0bdd7 commit efc76c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ If your application is running in ESM (`import`/`export` syntax), OpenTelemetry
211211

212212
The Sentry SDK will automatically register ESM loader hooks by default.
213213
However, if you have your own OpenTelemetry setup, it is recommended to configure the Sentry SDK to not register these hooks and instead register them yourself.
214-
You can do so by setting `registerEsmLoaderHooks` to `false` and [set up ESM loader hooks](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/esm-support.md#instrumentation-hook-required-for-esm):
214+
You can do so by setting `registerEsmLoaderHooks` to `false` and [setting up ESM loader hooks](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/esm-support.md#instrumentation-hook-required-for-esm):
215215

216216
```javascript
217217
Sentry.init({

0 commit comments

Comments
 (0)