Skip to content

Commit 4fe1fb1

Browse files
authored
feat: Add link to API docs
1 parent aca6cb5 commit 4fe1fb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/platforms/python/usage/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2626

2727
<PlatformContent includePath="capture-error" />
2828

29+
See the [API documentation](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.capture_exception) for details on the `capture_exception` function.
30+
2931
## Capturing Messages
3032

3133
Another common operation is to capture a bare message. A message is textual information that should be sent to Sentry. Typically, our SDKs don't automatically capture messages, but you can capture them manually.
3234

3335
Messages show up as issues on your issue stream, with the message as the issue name.
3436

3537
<PlatformContent includePath="capture-message" />
38+
39+
See the [API documentation](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.capture_message) for details on the `capture_message` function.

0 commit comments

Comments
 (0)