Skip to content

Commit 5d33b15

Browse files
mydeaAbhiPrasad
andcommitted
Apply suggestions from code review
Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 0c1394d commit 5d33b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export type SentryHttpInstrumentationOptions = InstrumentationConfig & {
5454
extractIncomingTraceFromHeader?: boolean;
5555

5656
/**
57-
* Whether to propagate Sentry trace headers in ougoing requests.
58-
* By default this is done by the HttpInstrumentation, but if that is not added (e.g. because tracing is disabled, ...)
57+
* Whether to propagate Sentry trace headers in outgoing requests.
58+
* By default this is done by the HttpInstrumentation, but if that is not added (e.g. because tracing is disabled)
5959
* then this instrumentation can take over.
6060
*
6161
* @default `false`

0 commit comments

Comments
 (0)