Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/sentry.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ SENTRY_API sentry_value_t sentry_value_new_breadcrumb_n(
* try-catch block. `type` and `value` here refer to the exception class and
* a possible description.
*
* See https://develop.sentry.dev/sdk/event-payloads/exception/
* See https://develop.sentry.dev/sdk/telemetry/errors/#exception-interface
*
* The returned value needs to be attached to an event via
* `sentry_event_add_exception`.
Expand Down
Loading