Skip to content

Commit ee3bf3e

Browse files
cursoragentmydea
authored andcommitted
docs(javascript): Add links to captureException and captureMessage API docs
- Added links to captureException API documentation in the Capturing Errors section - Added links to captureMessage API documentation in the Capturing Messages section - Improves user experience by providing direct access to API interface details Closes user feedback about wanting to see the interface rather than just examples
1 parent 977f4bb commit ee3bf3e

File tree

1 file changed

+4
-0
lines changed
  • docs/platforms/javascript/common/usage

1 file changed

+4
-0
lines changed

docs/platforms/javascript/common/usage/index.mdx

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

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

28+
You can learn more about the <PlatformLink to="/apis/#captureexception">`captureException` API</PlatformLink> in our API documentation.
29+
2830
## Capturing Messages
2931

3032
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.
3133

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

3436
<PlatformContent includePath="capture-message" />
37+
38+
You can learn more about the <PlatformLink to="/apis/#capturemessage">`captureMessage` API</PlatformLink> in our API documentation.

0 commit comments

Comments
 (0)