Skip to content

Commit e0da76b

Browse files
authored
Update index.mdx (#11302)
1 parent e36acd9 commit e0da76b

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/tracing/instrumentation/custom-instrumentation

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/instrumentation/custom-instrumentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,5 @@ if (span) {
246246

247247
Please note that in certain scenarios, the span name will be overwritten by the SDK. This is the case for spans with any of the following attribute combinations:
248248

249-
* Spans with `http.method` or `http.requrest.method` attributes will automatically have their name set to the method + the URL path
249+
* Spans with `http.method` or `http.request.method` attributes will automatically have their name set to the method + the URL path
250250
* Spans with `db.system` attributes will automatically have their name set to the system + the statement

0 commit comments

Comments
 (0)