Skip to content

Commit 407c560

Browse files
Update docs/platforms/python/tracing/instrumentation/index.mdx
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 92a9a3d commit 407c560

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/tracing/instrumentation

1 file changed

+1
-1
lines changed

docs/platforms/python/tracing/instrumentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ There are two ways that instrumentation is applied to your application:
1616

1717
Many integrations for popular framewo that can be sent to Sentry. Read more about automatic instrumentation [here](/platforms/python/tracing/instrumentation/automatic-instrumentation/).
1818

19-
## 2. Custom Instrumentation
19+
## Custom Instrumentation
2020
To add custom performance data to your application, you need to add custom instrumentation in the form of [spans](/concepts/key-terms/tracing/distributed-tracing/#traces-transactions-and-spans). Spans are a way to measure the time it takes for a specific action to occur. For example, you can create a span to measure the time it takes for a function to execute. Learn more about span lifecycles [here](/platforms/python/tracing/span-lifecycle/).
2121

0 commit comments

Comments
 (0)