Skip to content

ci: Assign server team as codeowner for server-utils package#21600

Closed
nicohrubec wants to merge 2 commits into
developfrom
feat/codeowners-server-utils
Closed

ci: Assign server team as codeowner for server-utils package#21600
nicohrubec wants to merge 2 commits into
developfrom
feat/codeowners-server-utils

Conversation

@nicohrubec

Copy link
Copy Markdown
Member

Noticed that #21490 did not assign any reviewers. Adding the server group for this package.

nicohrubec and others added 2 commits June 17, 2026 12:46
Move vendored tedious span creation onto Sentry's span APIs (startInactiveSpan/withActiveSpan), fold the origin into creation, drop the spanStart hook + semconv-stability branching, and expand+un-skip the integration suite to cover all patched methods + the error path. Adds a getSpanName unit test.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nicohrubec nicohrubec closed this Jun 17, 2026
@nicohrubec nicohrubec deleted the feat/codeowners-server-utils branch June 17, 2026 10:58

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 24e73e8. Configure here.

});
Object.defineProperty(req, INJECTED_CTX, { value: true });
const buf = Buffer.from(traceparent, 'utf8');
req.addParameter('opentelemetry_traceparent', (tediousModule as any).TYPES.VarBinary, buf, {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing db op on spans

Medium Severity

The tedious patch creates DB spans via startInactiveSpan with SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN in attributes but does not pass op: 'db' or set SEMANTIC_ATTRIBUTE_SENTRY_OP. SDK conventions require both origin and op when using startInactiveSpan, matching patterns such as the connect and dataloader instrumentations.

Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit 24e73e8. Configure here.

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.

1 participant