Skip to content
Open
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 libdd-crashtracker-ffi/src/crash_info/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ pub unsafe extern "C" fn ddog_crasht_CrashInfoBuilder_with_thread_name(
/// The `builder` can be null, but if non-null it must point to a Builder made by this module,
/// which has not previously been dropped.
/// All arguments must be valid.
/// This method requires that the builder has a UUID, siginfo, and metadata set
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For non-siginfo crashes, we should still have an error type right?

/// This method requires that the builder has a UUID and metadata set
#[no_mangle]
#[must_use]
#[named]
Expand Down
Loading