From bde0bf2675d4828123fd2c2aec934602e826462a Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 23 Jan 2026 10:36:05 +0100 Subject: [PATCH 1/5] feat(tracing): Add sentry-span-attributes prop for custom span attributes --- CHANGELOG.md | 16 ++ packages/core/src/js/touchevents.tsx | 50 +++- packages/core/test/touchevents.test.tsx | 240 ++++++++++++++++++ .../src/Screens/SpaceflightNewsScreen.tsx | 7 + 4 files changed, 312 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117ac56a40..755c56156a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Features + +- Add `sentry-span-attributes` prop to attach custom attributes to user interaction spans ([#5568](https://github.com/getsentry/sentry-react-native/pull/5568)) + ```tsx +