We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4385de3 commit c436b41Copy full SHA for c436b41
platform-includes/capture-message/native.mdx
@@ -21,6 +21,7 @@ To create and capture a manual event, follow these steps:
21
3. Send the event to Sentry by invoking `sentry_capture_event`.
22
23
In a more complex example, it looks like this:
24
+
25
```c
26
sentry_value_t event = sentry_value_new_event();
27
sentry_value_set_by_key(event, "message", sentry_value_new_string("Hello!"));
0 commit comments