Skip to content

Commit 893a17b

Browse files
szokeasaurusrexa-hariti
authored andcommitted
docs(python): Document start_transaction args (#9850)
Link to the `start_transaction` API docs, which describe all the possible arguments to `start_transaction`. Closes GH-5082
1 parent b6c55ae commit 893a17b

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/python/performance/instrumentation/custom-instrumentation

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ def eat_pizza(pizza):
2929
eat_slice(pizza.slices.pop())
3030
```
3131

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+
3234
## Add Spans to a Transaction
3335

3436
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

Comments
 (0)