Skip to content

Commit 8c30c7a

Browse files
codydecoolguyzone
andauthored
Update docs/platforms/javascript/common/tracing/instrumentation/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent a89ff3e commit 8c30c7a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Sentry.init({
257257

258258
Spans can have an operation associated with them, which help activate Sentry identify additional context about the span. For example database related spans have the `db` span operation associated with them. The Sentry product offers additional controls, visualizations and filters for spans with known operations.
259259

260-
Sentry maintains a [list of well known span operations](https://develop.sentry.dev/sdk/performance/span-operations/#list-of-operations) and it is recommended that you use one of those operations if it is applicable to your span.
260+
Sentry maintains a [list of well-known span operations](https://develop.sentry.dev/sdk/performance/span-operations/#list-of-operations) and it is recommended that you use one of those operations if it is applicable to your span.
261261

262262
<PlatformContent includePath="performance/span-operations" />
263263

0 commit comments

Comments
 (0)