Skip to content

Commit 0a89965

Browse files
authored
Update index.mdx
1 parent 407c560 commit 0a89965

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

1515
## Automatic Instrumentation
1616

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

1919
## 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/).

0 commit comments

Comments
 (0)