Skip to content

Commit ea2a8f3

Browse files
committed
add note on uint64 string conversion
1 parent b58f3f2 commit ea2a8f3

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
You can add Data Attributes to both Spans and Transactions. This data is visible in the trace explorer in Sentry.
33
The data must be of type `sentry_value_t`, which can store:
44
* 32-bit signed integers,
5-
* 64-bit signed and unsigned integers,
5+
* 64-bit signed integers,
6+
* 64-bit unsigned integers (due to a current limitation in processing, these will be converted to strings before sending),
67
* double-precision floating-points,
78
* null-terminated strings, as well as
89
* lists and string-keyed maps containing `sentry_value_t` entries

0 commit comments

Comments
 (0)