Skip to content

Commit 19f6635

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

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
@@ -255,7 +255,7 @@ Sentry.init({
255255

256256
### Adding Span Operations ("op")
257257

258-
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.
258+
Spans can have an operation associated with them, which help 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

260260
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

0 commit comments

Comments
 (0)