Skip to content

Commit 9fcb8d3

Browse files
apply PR feedback
Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
1 parent d04fc8b commit 9fcb8d3

File tree

1 file changed

+5
-1
lines changed
  • platform-includes/performance/improving-data

1 file changed

+5
-1
lines changed

platform-includes/performance/improving-data/native.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
### Adding Data Attributes to Transactions
44

5-
You can add data attributes to your transactions. This data is visible in the trace explorer in Sentry. Data attributes must be of type `sentry_value_t`, which can be used to store `int32_t`, `double`, `int`, `char *` as well as lists containing `sentry_value_t` entries or a map with `char *` keys and `sentry_value_t` values:
5+
You can add data attributes to your transactions. This data is visible in the trace explorer in Sentry. Data attributes must be of type `sentry_value_t`, which can store
6+
* 32-bit signed integers,
7+
* double-precision floating-points,
8+
* null-terminated strings, as well as
9+
* lists and string-keyed maps containing `sentry_value_t` entries
610

711
```c
812
sentry_transaction_context_t *tx_ctx =

0 commit comments

Comments
 (0)