You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/python/performance/instrumentation/custom-instrumentation/index.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ def eat_pizza(pizza):
29
29
eat_slice(pizza.slices.pop())
30
30
```
31
31
32
+
The [API reference](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.start_transaction) documents `start_transaction` and all its parameters.
33
+
32
34
## Add Spans to a Transaction
33
35
34
36
If you want to have more fine-grained performance monitoring, you can add child spans to your transaction, which can be done by either:
0 commit comments