Skip to content

Commit 5d40252

Browse files
giortzisgclaude
authored andcommitted
fix: Update http_spec baggage assertion to include sentry-org_id
The test DSN uses o447951.ingest.sentry.io, so the new org_id propagation correctly adds sentry-org_id=447951 to baggage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4073f72 commit 5d40252

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry-ruby/spec/sentry/net/http_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@
156156
"sentry-sample_rand=#{Sentry::Utils::SampleRand.format(transaction.sample_rand)},"\
157157
"sentry-sampled=true,"\
158158
"sentry-environment=development,"\
159-
"sentry-public_key=foobarbaz"
159+
"sentry-public_key=foobarbaz,"\
160+
"sentry-org_id=447951"
160161
)
161162
end
162163

0 commit comments

Comments
 (0)