Skip to content

test(react-router): Finalize instrumentation api e2e coverage#21468

Merged
chargome merged 1 commit into
developfrom
cg/finalize-native-e2e
Jun 11, 2026
Merged

test(react-router): Finalize instrumentation api e2e coverage#21468
chargome merged 1 commit into
developfrom
cg/finalize-native-e2e

Conversation

@chargome

Copy link
Copy Markdown
Member

Adds the remaining native-instrumentation-path e2e coverage to the react-router-7-framework-instrumentation app

closes #21395

@chargome chargome self-assigned this Jun 11, 2026
@chargome chargome marked this pull request as ready for review June 11, 2026 09:25
@chargome chargome requested review from a team, nicohrubec and s1gr1d and removed request for a team June 11, 2026 09:26
Comment on lines +27 to +31
expect(redisSpans.every(span => span.data?.['db.system'] === 'redis')).toBe(true);
expect(redisSpans.every(span => typeof span.parent_span_id === 'string')).toBe(true);
expect(redisSpans.some(span => span.data?.['net.peer.port'] === 6379)).toBe(true);

const statements = redisSpans.map(span => String(span.data?.['db.statement'] ?? '').toLowerCase());

@s1gr1d s1gr1d Jun 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of scope for this PR but heads-up that db.statement and db.system are deprecated (also net.*): https://getsentry.github.io/sentry-conventions/attributes/db

@chargome chargome merged commit a149d54 into develop Jun 11, 2026
42 checks passed
@chargome chargome deleted the cg/finalize-native-e2e branch June 11, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Finalize e2e coverage for the native instrumentation path

2 participants