Skip to content

Commit c436b41

Browse files
committed
cleanup
1 parent 4385de3 commit c436b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform-includes/capture-message/native.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To create and capture a manual event, follow these steps:
2121
3. Send the event to Sentry by invoking `sentry_capture_event`.
2222
2323
In a more complex example, it looks like this:
24+
2425
```c
2526
sentry_value_t event = sentry_value_new_event();
2627
sentry_value_set_by_key(event, "message", sentry_value_new_string("Hello!"));

0 commit comments

Comments
 (0)