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 b58f3f2 commit ea2a8f3Copy full SHA for ea2a8f3
platform-includes/performance/improving-data/native.mdx
@@ -2,7 +2,8 @@
2
You can add Data Attributes to both Spans and Transactions. This data is visible in the trace explorer in Sentry.
3
The data must be of type `sentry_value_t`, which can store:
4
* 32-bit signed integers,
5
-* 64-bit signed and unsigned integers,
+* 64-bit signed integers,
6
+* 64-bit unsigned integers (due to a current limitation in processing, these will be converted to strings before sending),
7
* double-precision floating-points,
8
* null-terminated strings, as well as
9
* lists and string-keyed maps containing `sentry_value_t` entries
0 commit comments