Skip to content

Commit 97d096c

Browse files
Update docs/platforms/python/tracing/instrumentation/custom-instrumentation/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 59e2db9 commit 97d096c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Custom Instrumentation
33
description: "Learn how to capture performance data on any action in your app."
44
---
55

6-
The Sentry SDK for Python does a very good job of auto instrumenting your application. If you use one of the popular frameworks, we've got you covered because well known operations like HTTP calls and database queries will be instrumented out of the box. The Sentry SDK will also check your installed Python packages and auto enable the matching SDK integrations. If you want to enable tracing in a piece of code that performs some other operations, add the @sentry_sdk.trace decorator"
6+
The Sentry SDK for Python does a very good job of auto instrumenting your application. If you use one of the popular frameworks, we've got you covered because well-known operations like HTTP calls and database queries will be instrumented out of the box. The Sentry SDK will also check your installed Python packages and auto enable the matching SDK integrations. If you want to enable tracing in a piece of code that performs some other operations, add the @sentry_sdk.trace decorator"
77

88
## Add a Transaction
99

0 commit comments

Comments
 (0)