Skip to content

Commit c430801

Browse files
author
Shannon Anahata
committed
resolving broken link in instrumentation index file
1 parent d808dd9 commit c430801

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
@@ -17,5 +17,5 @@ There are two ways that instrumentation is applied to your application:
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

1919
## 2. Custom Instrumentation
20-
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-lifecycles/).
20+
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)