feat(deps): Bump OpenTelemetry dependencies #47045
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
5s
Check PR branches
3s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 3s
Circular Dependency Check
1m 49s
Browser Unit Tests
4m 36s
Bun Unit Tests
50s
Deno Unit Tests
1m 0s
Cloudflare Integration Tests
2m 37s
Bun Integration Tests
49s
Check for faulty .d.ts files
35s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
4s
Annotations
144 errors, 12 warnings, and 240 notices
|
suites/tracing/sample-rate-propagation/tracesSampleRate/test.ts > parentSampleRate propagation with tracesSampleRate > should propagate incoming sample rate when inheriting a positive sampling decision:
dev-packages/node-core-integration-tests/suites/tracing/sample-rate-propagation/tracesSampleRate/test.ts#L18
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rate=0\.1337/
- Expected:
/sentry-sample_rate=0\.1337/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true"
❯ suites/tracing/sample-rate-propagation/tracesSampleRate/test.ts:18:54
|
|
suites/tracing/sample-rate-propagation/no-tracing-enabled/test.ts > parentSampleRate propagation with no tracing enabled > should propagate an incoming sample rate:
dev-packages/node-core-integration-tests/suites/tracing/sample-rate-propagation/no-tracing-enabled/test.ts#L18
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rate=0\.1337/
- Expected:
/sentry-sample_rate=0\.1337/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312"
❯ suites/tracing/sample-rate-propagation/no-tracing-enabled/test.ts:18:54
|
|
suites/tracing/envelope-header/sampleRate-propagation/test.ts > tracesSampleRate propagation > uses sample rate from incoming baggage header in trace envelope item:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -4,12 +4,14 @@
"name": "sentry.javascript.node-core",
"version": "10.52.0",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.5087368063040796",
"sampled": "true",
"trace_id": "12345678123456781234567812345678",
- "transaction": "myTransaction",
+ "transaction": "test-transaction",
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/envelope-header/error-active-span-unsampled/test.ts > envelope header for error event during active unsampled span is correct:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -7,11 +7,8 @@
"sent_at": Any<String>,
"trace": {
"environment": "production",
"public_key": "public",
"release": "1.0",
- "sample_rand": Any<String>,
- "sample_rate": "0",
- "sampled": "false",
"trace_id": StringMatching /[a-f\d]{32}/,
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > cjs > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '55b752aa702708e68b960f5c7c945b0e-f1d0…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > esm > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '3d0227305cad91d765d9c608093b8860-2a8d…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L64
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:64:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L47
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:47:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L17
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:17:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-core-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-8a33063ad22995d9-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/tracing/requests/http-unsampled/test.ts > outgoing http > cjs > node >=22 > outgoing http requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/http-unsampled/test.ts#L20
AssertionError: expected '00f7ed34c9d697d780f78e936c63f04a-b83d…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/http-unsampled/test.ts:20:45
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/http-unsampled/test.ts > outgoing http > esm > node >=22 > outgoing http requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/http-unsampled/test.ts#L20
AssertionError: expected 'da0d912139c653a23d7745bd1a9ff23c-7855…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/http-unsampled/test.ts:20:45
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > cjs > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '32a1b64976a20638c81c9318790eb78f-4e48…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > esm > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '0c665bb2442df3235e8b782da8f9db64-0cdd…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/envelope-header/sampleRate-propagation/test.ts > tracesSampleRate propagation > uses sample rate from incoming baggage header in trace envelope item:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -4,12 +4,14 @@
"name": "sentry.javascript.node-core",
"version": "10.52.0",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.5835523624295553",
"sampled": "true",
"trace_id": "12345678123456781234567812345678",
- "transaction": "myTransaction",
+ "transaction": "test-transaction",
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/envelope-header/error-active-span-unsampled/test.ts > envelope header for error event during active unsampled span is correct:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -7,11 +7,8 @@
"sent_at": Any<String>,
"trace": {
"environment": "production",
"public_key": "public",
"release": "1.0",
- "sample_rand": Any<String>,
- "sample_rate": "0",
- "sampled": "false",
"trace_id": StringMatching /[a-f\d]{32}/,
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L64
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:64:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L47
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:47:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L17
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:17:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-core-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-b194245bef649ddd-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/tracing/requests/http-unsampled/test.ts > outgoing http > cjs > node >=22 > outgoing http requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/http-unsampled/test.ts#L20
AssertionError: expected 'e404637ffdd677d50cfa6a2ad5d4fa49-a8ec…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/http-unsampled/test.ts:20:45
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/http-unsampled/test.ts > outgoing http > esm > node >=22 > outgoing http requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/http-unsampled/test.ts#L20
AssertionError: expected 'e2e10bce73ab74c52270d766051652a9-f614…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/http-unsampled/test.ts:20:45
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > cjs > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '2bb56afb1d3971b9c0a62becc281243e-bc4b…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > esm > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected 'e6318447bce656c0d6ce5f1813035cf2-ff15…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/envelope-header/sampleRate-propagation/test.ts > tracesSampleRate propagation > uses sample rate from incoming baggage header in trace envelope item:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -4,12 +4,14 @@
"name": "sentry.javascript.node-core",
"version": "10.52.0",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.32864256598540986",
"sampled": "true",
"trace_id": "12345678123456781234567812345678",
- "transaction": "myTransaction",
+ "transaction": "test-transaction",
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/envelope-header/error-active-span-unsampled/test.ts > envelope header for error event during active unsampled span is correct:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -7,11 +7,8 @@
"sent_at": Any<String>,
"trace": {
"environment": "production",
"public_key": "public",
"release": "1.0",
- "sample_rand": Any<String>,
- "sample_rate": "0",
- "sampled": "false",
"trace_id": StringMatching /[a-f\d]{32}/,
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L64
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:64:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L47
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:47:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L17
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:17:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-core-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-9169a593dbf45acd-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/tracing/sample-rate-propagation/tracesSampleRate/test.ts > parentSampleRate propagation with tracesSampleRate > should propagate incoming sample rate when inheriting a positive sampling decision:
dev-packages/node-core-integration-tests/suites/tracing/sample-rate-propagation/tracesSampleRate/test.ts#L18
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rate=0\.1337/
- Expected:
/sentry-sample_rate=0\.1337/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true"
❯ suites/tracing/sample-rate-propagation/tracesSampleRate/test.ts:18:54
|
|
suites/tracing/sample-rate-propagation/no-tracing-enabled/test.ts > parentSampleRate propagation with no tracing enabled > should propagate an incoming sample rate:
dev-packages/node-core-integration-tests/suites/tracing/sample-rate-propagation/no-tracing-enabled/test.ts#L18
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rate=0\.1337/
- Expected:
/sentry-sample_rate=0\.1337/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312"
❯ suites/tracing/sample-rate-propagation/no-tracing-enabled/test.ts:18:54
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > cjs > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '939aabebd5bd1587933c23aa68da485c-e3f4…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > esm > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '740f194cc6b574890106bd67d4a0d026-2417…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ Function.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/envelope-header/error-active-span-unsampled/test.ts > envelope header for error event during active unsampled span is correct:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -7,11 +7,8 @@
"sent_at": Any<String>,
"trace": {
"environment": "production",
"public_key": "public",
"release": "1.0",
- "sample_rand": Any<String>,
- "sample_rate": "0",
- "sampled": "false",
"trace_id": StringMatching /[a-f\d]{32}/,
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/envelope-header/sampleRate-propagation/test.ts > tracesSampleRate propagation > uses sample rate from incoming baggage header in trace envelope item:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -4,12 +4,14 @@
"name": "sentry.javascript.node-core",
"version": "10.52.0",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.23315068015321128",
"sampled": "true",
"trace_id": "12345678123456781234567812345678",
- "transaction": "myTransaction",
+ "transaction": "test-transaction",
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L64
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:64:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L47
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:47:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L17
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:17:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-core-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-ae663195dc48cdc0-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
test/sampler.test.ts > SentrySampler > when span streaming is enabled > returns NOT_RECORD with sentry.ignored traceState for child span matching ignoreSpans:
packages/opentelemetry/test/sampler.test.ts#L256
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:256:72
|
|
test/sampler.test.ts > SentrySampler > samples a child span negatively based on tracesSampleRate=0:
packages/opentelemetry/test/sampler.test.ts#L66
AssertionError: expected { decision: +0, …(1) } to deeply equal { decision: +0, …(1) }
- Expected
+ Received
{
"decision": 0,
"traceState": TraceState {
- "_internalState": undefined,
+ "_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
}
❯ test/sampler.test.ts:66:20
|
|
test/sampler.test.ts > SentrySampler > samples negatively with tracesSampleRate=0 and records a sample_rate outcome:
packages/opentelemetry/test/sampler.test.ts#L40
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:40:68
|
|
test/propagator.test.ts > SentryPropagator > extract > sets data from negative sampled sentry trace header on span context:
packages/opentelemetry/test/propagator.test.ts#L666
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:666:67
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > uses remote span over propagation context:
packages/opentelemetry/test/propagator.test.ts#L409
AssertionError: expected [ …(4) ] to deeply equal [ …(5) ]
- Expected
+ Received
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
- "sentry-sampled=false",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
]
❯ test/propagator.test.ts:409:70
❯ src/asyncContextStrategy.ts:46:14
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Object.withScope src/asyncContextStrategy.ts:45:24
❯ withScope ../core/src/currentScopes.ts:90:14
❯ test/propagator.test.ts:399:13
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc & sampled trace state:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with sampled trace state & without dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues a remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L305
AssertionError: expected [ …(7) ] to deep equally contain 'sentry-environment=dsc_environment'
- Expected:
"sentry-environment=dsc_environment"
+ Received:
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
"sentry-sample_rand=0.8807988751898116",
"sentry-sampled=true",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
"sentry-transaction=test",
]
❯ test/propagator.test.ts:305:70
❯ test/propagator.test.ts:304:21
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Tracer.startActiveSpan ../../node_modules/@opentelemetry/sdk-trace-base/src/Tracer.ts:246:28
❯ test/propagator.test.ts:302:35
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/contextManager.test.ts > SentryContextManager > removes ignored spans from context so children parent to grandparent:
packages/opentelemetry/test/contextManager.test.ts#L27
AssertionError: expected NonRecordingSpan{ …(1) } to be undefined
- Expected:
undefined
+ Received:
NonRecordingSpan {
"_spanContext": {
"spanId": "0000000000000001",
"traceFlags": 0,
"traceId": "00000000000000000000000000000001",
"traceState": TraceState {
"_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
},
}
❯ test/contextManager.test.ts:27:26
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ test/contextManager.test.ts:25:13
|
|
test/sampler.test.ts > SentrySampler > when span streaming is enabled > returns NOT_RECORD with sentry.ignored traceState for child span matching ignoreSpans:
packages/opentelemetry/test/sampler.test.ts#L256
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:256:72
|
|
test/sampler.test.ts > SentrySampler > samples a child span negatively based on tracesSampleRate=0:
packages/opentelemetry/test/sampler.test.ts#L66
AssertionError: expected { decision: +0, …(1) } to deeply equal { decision: +0, …(1) }
- Expected
+ Received
{
"decision": 0,
"traceState": TraceState {
- "_internalState": undefined,
+ "_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
}
❯ test/sampler.test.ts:66:20
|
|
test/sampler.test.ts > SentrySampler > samples negatively with tracesSampleRate=0 and records a sample_rate outcome:
packages/opentelemetry/test/sampler.test.ts#L40
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:40:68
|
|
test/propagator.test.ts > SentryPropagator > extract > sets data from negative sampled sentry trace header on span context:
packages/opentelemetry/test/propagator.test.ts#L666
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:666:67
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > uses remote span over propagation context:
packages/opentelemetry/test/propagator.test.ts#L409
AssertionError: expected [ …(4) ] to deeply equal [ …(5) ]
- Expected
+ Received
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
- "sentry-sampled=false",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
]
❯ test/propagator.test.ts:409:70
❯ src/asyncContextStrategy.ts:46:14
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Object.withScope src/asyncContextStrategy.ts:45:24
❯ withScope ../core/src/currentScopes.ts:90:14
❯ test/propagator.test.ts:399:13
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc & sampled trace state:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with sampled trace state & without dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues a remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L305
AssertionError: expected [ …(7) ] to deep equally contain 'sentry-environment=dsc_environment'
- Expected:
"sentry-environment=dsc_environment"
+ Received:
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
"sentry-sample_rand=0.46279564773409865",
"sentry-sampled=true",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
"sentry-transaction=test",
]
❯ test/propagator.test.ts:305:70
❯ test/propagator.test.ts:304:21
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Tracer.startActiveSpan ../../node_modules/@opentelemetry/sdk-trace-base/src/Tracer.ts:246:28
❯ test/propagator.test.ts:302:35
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/contextManager.test.ts > SentryContextManager > removes ignored spans from context so children parent to grandparent:
packages/opentelemetry/test/contextManager.test.ts#L27
AssertionError: expected NonRecordingSpan{ …(1) } to be undefined
- Expected:
undefined
+ Received:
NonRecordingSpan {
"_spanContext": {
"spanId": "0000000000000001",
"traceFlags": 0,
"traceId": "00000000000000000000000000000001",
"traceState": TraceState {
"_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
},
}
❯ test/contextManager.test.ts:27:26
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ test/contextManager.test.ts:25:13
|
|
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation:
../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context:
../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ────────────
Test timeout of 30000ms exceeded.
|
|
test/sampler.test.ts > SentrySampler > when span streaming is enabled > returns NOT_RECORD with sentry.ignored traceState for child span matching ignoreSpans:
packages/opentelemetry/test/sampler.test.ts#L256
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:256:72
|
|
test/sampler.test.ts > SentrySampler > samples a child span negatively based on tracesSampleRate=0:
packages/opentelemetry/test/sampler.test.ts#L66
AssertionError: expected { decision: +0, …(1) } to deeply equal { decision: +0, …(1) }
- Expected
+ Received
{
"decision": 0,
"traceState": TraceState {
- "_internalState": undefined,
+ "_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
}
❯ test/sampler.test.ts:66:20
|
|
test/sampler.test.ts > SentrySampler > samples negatively with tracesSampleRate=0 and records a sample_rate outcome:
packages/opentelemetry/test/sampler.test.ts#L40
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:40:68
|
|
test/propagator.test.ts > SentryPropagator > extract > sets data from negative sampled sentry trace header on span context:
packages/opentelemetry/test/propagator.test.ts#L666
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:666:67
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > uses remote span over propagation context:
packages/opentelemetry/test/propagator.test.ts#L409
AssertionError: expected [ …(4) ] to deeply equal [ …(5) ]
- Expected
+ Received
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
- "sentry-sampled=false",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
]
❯ test/propagator.test.ts:409:70
❯ src/asyncContextStrategy.ts:46:14
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Object.withScope src/asyncContextStrategy.ts:45:24
❯ withScope ../core/src/currentScopes.ts:90:14
❯ test/propagator.test.ts:399:13
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc & sampled trace state:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with sampled trace state & without dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues a remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L305
AssertionError: expected [ …(7) ] to deep equally contain 'sentry-environment=dsc_environment'
- Expected:
"sentry-environment=dsc_environment"
+ Received:
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
"sentry-sample_rand=0.5323540033694012",
"sentry-sampled=true",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
"sentry-transaction=test",
]
❯ test/propagator.test.ts:305:70
❯ test/propagator.test.ts:304:21
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Tracer.startActiveSpan ../../node_modules/@opentelemetry/sdk-trace-base/src/Tracer.ts:246:28
❯ test/propagator.test.ts:302:35
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/contextManager.test.ts > SentryContextManager > removes ignored spans from context so children parent to grandparent:
packages/opentelemetry/test/contextManager.test.ts#L27
AssertionError: expected NonRecordingSpan{ …(1) } to be undefined
- Expected:
undefined
+ Received:
NonRecordingSpan {
"_spanContext": {
"spanId": "0000000000000001",
"traceFlags": 0,
"traceId": "00000000000000000000000000000001",
"traceState": TraceState {
"_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
},
}
❯ test/contextManager.test.ts:27:26
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ test/contextManager.test.ts:25:13
|
|
test/sampler.test.ts > SentrySampler > when span streaming is enabled > returns NOT_RECORD with sentry.ignored traceState for child span matching ignoreSpans:
packages/opentelemetry/test/sampler.test.ts#L256
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:256:72
|
|
test/sampler.test.ts > SentrySampler > samples a child span negatively based on tracesSampleRate=0:
packages/opentelemetry/test/sampler.test.ts#L66
AssertionError: expected { decision: +0, …(1) } to deeply equal { decision: +0, …(1) }
- Expected
+ Received
{
"decision": 0,
"traceState": TraceState {
- "_internalState": undefined,
+ "_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
}
❯ test/sampler.test.ts:66:20
|
|
test/sampler.test.ts > SentrySampler > samples negatively with tracesSampleRate=0 and records a sample_rate outcome:
packages/opentelemetry/test/sampler.test.ts#L40
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ test/sampler.test.ts:40:68
|
|
test/propagator.test.ts > SentryPropagator > extract > sets data from negative sampled sentry trace header on span context:
packages/opentelemetry/test/propagator.test.ts#L666
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:666:67
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > uses remote span over propagation context:
packages/opentelemetry/test/propagator.test.ts#L409
AssertionError: expected [ …(4) ] to deeply equal [ …(5) ]
- Expected
+ Received
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
- "sentry-sampled=false",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
]
❯ test/propagator.test.ts:409:70
❯ src/asyncContextStrategy.ts:46:14
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Object.withScope src/asyncContextStrategy.ts:45:24
❯ withScope ../core/src/currentScopes.ts:90:14
❯ test/propagator.test.ts:399:13
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc & sampled trace state:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues an unsampled remote trace with sampled trace state & without dsc:
packages/opentelemetry/test/propagator.test.ts#L299
AssertionError: expected undefined to be false // Object.is equality
- Expected:
false
+ Received:
undefined
❯ test/propagator.test.ts:299:50
|
|
test/propagator.test.ts > SentryPropagator > inject > with active span > continues a remote trace with dsc:
packages/opentelemetry/test/propagator.test.ts#L305
AssertionError: expected [ …(7) ] to deep equally contain 'sentry-environment=dsc_environment'
- Expected:
"sentry-environment=dsc_environment"
+ Received:
[
"sentry-environment=production",
"sentry-public_key=abc",
"sentry-release=1.0.0",
"sentry-sample_rand=0.7033650925614736",
"sentry-sampled=true",
"sentry-trace_id=d4cda95b652f4a1592b449d5929fda1b",
"sentry-transaction=test",
]
❯ test/propagator.test.ts:305:70
❯ test/propagator.test.ts:304:21
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ Tracer.startActiveSpan ../../node_modules/@opentelemetry/sdk-trace-base/src/Tracer.ts:246:28
❯ test/propagator.test.ts:302:35
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
|
|
test/contextManager.test.ts > SentryContextManager > removes ignored spans from context so children parent to grandparent:
packages/opentelemetry/test/contextManager.test.ts#L27
AssertionError: expected NonRecordingSpan{ …(1) } to be undefined
- Expected:
undefined
+ Received:
NonRecordingSpan {
"_spanContext": {
"spanId": "0000000000000001",
"traceFlags": 0,
"traceId": "00000000000000000000000000000001",
"traceState": TraceState {
"_internalState": Map {},
"_length": 0,
"_rawTraceState": "",
},
},
}
❯ test/contextManager.test.ts:27:26
❯ SentryAsyncLocalStorageContextManager.with src/asyncLocalStorageContextManager.ts:68:36
❯ ContextAPI.with ../../node_modules/@opentelemetry/api/src/api/context.ts:68:42
❯ test/contextManager.test.ts:25:13
|
|
E2E react-send-to-sentry Test (optional)
Process completed with exit code 1.
|
|
suites/tracing/requests/http-unsampled/test.ts > outgoing http > cjs > node >=22 > outgoing http requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/http-unsampled/test.ts#L20
AssertionError: expected 'bea058ac42addccf996a4aca179f6b98-733f…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/http-unsampled/test.ts:20:45
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/http-unsampled/test.ts > outgoing http > esm > node >=22 > outgoing http requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/http-unsampled/test.ts#L20
AssertionError: expected '5dc3ce890c58eb74a8d0a9f2df90a8f6-f2e8…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/http-unsampled/test.ts:20:45
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > cjs > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected '7b88a00fcc4882ceeb9230b8321a8e2b-ac8e…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/requests/fetch-unsampled/test.ts > outgoing fetch > esm > outgoing fetch requests are correctly instrumented when not sampled:
dev-packages/node-core-integration-tests/suites/tracing/requests/fetch-unsampled/test.ts#L18
AssertionError: expected 'a142902e7f04dd445aa449099894bd7a-ca7b…' to deeply equal StringMatching{…}
❯ suites/tracing/requests/fetch-unsampled/test.ts:18:43
❯ ../test-utils/src/server.ts:60:13
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ next ../../node_modules/express/lib/router/route.js:149:13
❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5
❯ ../../node_modules/express/lib/router/index.js:284:15
❯ router.process_params ../../node_modules/express/lib/router/index.js:346:12
❯ next ../../node_modules/express/lib/router/index.js:280:10
❯ expressInit ../../node_modules/express/lib/middleware/init.js:40:5
|
|
suites/tracing/envelope-header/sampleRate-propagation/test.ts > tracesSampleRate propagation > uses sample rate from incoming baggage header in trace envelope item:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -4,12 +4,14 @@
"name": "sentry.javascript.node-core",
"version": "10.52.0",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.12835367128953368",
"sampled": "true",
"trace_id": "12345678123456781234567812345678",
- "transaction": "myTransaction",
+ "transaction": "test-transaction",
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/envelope-header/error-active-span-unsampled/test.ts > envelope header for error event during active unsampled span is correct:
dev-packages/node-core-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -7,11 +7,8 @@
"sent_at": Any<String>,
"trace": {
"environment": "production",
"public_key": "public",
"release": "1.0",
- "sample_rand": Any<String>,
- "sample_rate": "0",
- "sampled": "false",
"trace_id": StringMatching /[a-f\d]{32}/,
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:377:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15
❯ Socket.<anonymous> utils/runner.ts:544:15
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L64
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:64:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L47
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:47:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-core-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L17
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-sampled=true",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:17:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-core-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-aadd4da6fdb9a733-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts > should ignore sentry-values in `baggage` header of a third party vendor and overwrite them with incoming DSC:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts#L30
AssertionError: expected [ 'foo=bar', 'last=item', …(9) ] to deeply equal [ 'foo=bar', 'last=item', …(5) ]
- Expected
+ Received
[
"foo=bar",
"last=item",
"other=vendor",
- "sentry-environment=myEnv",
- "sentry-release=2.1.0",
- StringMatching /sentry-sample_rand=\d+/,
+ "sentry-environment=prod",
+ "sentry-public_key=public",
+ "sentry-release=1.0",
+ "sentry-sample_rand=0.2565799208883477",
+ "sentry-sampled=true",
+ "sentry-trace_id=12312012123120121231201212312012",
+ "sentry-transaction=GET%20%2Ftest%2Fexpress",
"third=party",
]
❯ suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts:30:19
|
|
suites/express/sentry-trace/baggage-other-vendors/test.ts > should merge `baggage` header of a third party vendor with the Sentry DSC baggage items:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors/test.ts#L20
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "other=vendor,foo=bar,third=party,sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "other=vendor,foo=bar,third=party,sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.07074988276590721",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-other-vendors/test.ts:20:20
|
|
suites/express/sentry-trace/baggage-header-assign/test.ts > Should propagate sentry trace baggage data from an incoming to an outgoing request.:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-header-assign/test.ts#L39
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.6345927869842395",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-header-assign/test.ts:39:20
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > a new sample_rand when there is no sentry-trace header but a baggage header with sample_rand:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L90
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rand=0\.\d+/
- Expected:
/sentry-sample_rand=0\.\d+/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=48adad94a9f8489cb11e1aa0c0870fb0"
❯ suites/tracing/sample-rand-propagation/test.ts:90:54
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L74
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:74:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L61
AssertionError: expected 0.8446444963746069 to be less than 0.25
❯ suites/tracing/sample-rand-propagation/test.ts:61:24
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L27
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.35811971593127256",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:27:22
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there are no incoming trace headers:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L12
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.\d+/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=514d96a323ed1703948dd1cc588207df",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:12:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with negative sampling decision if tracesSampleRate is 0:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L50
AssertionError: expected undefined not to be undefined
❯ suites/tracing/meta-tags/test.ts:50:25
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-daf051b73bc38391-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.953480225803943"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts > should ignore sentry-values in `baggage` header of a third party vendor and overwrite them with incoming DSC:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts#L30
AssertionError: expected [ 'foo=bar', 'last=item', …(9) ] to deeply equal [ 'foo=bar', 'last=item', …(5) ]
- Expected
+ Received
[
"foo=bar",
"last=item",
"other=vendor",
- "sentry-environment=myEnv",
- "sentry-release=2.1.0",
- StringMatching /sentry-sample_rand=\d+/,
+ "sentry-environment=prod",
+ "sentry-public_key=public",
+ "sentry-release=1.0",
+ "sentry-sample_rand=0.8072378252765917",
+ "sentry-sampled=true",
+ "sentry-trace_id=12312012123120121231201212312012",
+ "sentry-transaction=GET%20%2Ftest%2Fexpress",
"third=party",
]
❯ suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts:30:19
|
|
suites/express/sentry-trace/baggage-other-vendors/test.ts > should merge `baggage` header of a third party vendor with the Sentry DSC baggage items:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors/test.ts#L20
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "other=vendor,foo=bar,third=party,sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "other=vendor,foo=bar,third=party,sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.6269872783440833",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-other-vendors/test.ts:20:20
|
|
suites/express/sentry-trace/baggage-header-assign/test.ts > Should propagate sentry trace baggage data from an incoming to an outgoing request.:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-header-assign/test.ts#L39
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.5216684987022617",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-header-assign/test.ts:39:20
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > a new sample_rand when there is no sentry-trace header but a baggage header with sample_rand:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L90
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rand=0\.\d+/
- Expected:
/sentry-sample_rand=0\.\d+/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=e71184e130b0c2f9f7cb3a404d38b314"
❯ suites/tracing/sample-rand-propagation/test.ts:90:54
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L74
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:74:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L61
AssertionError: expected 0.64617735618748 to be less than 0.25
❯ suites/tracing/sample-rand-propagation/test.ts:61:24
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L27
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.7095837770051254",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:27:22
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there are no incoming trace headers:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L12
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.\d+/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=f0d232fffbdabc27798388e5701297e4",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:12:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with negative sampling decision if tracesSampleRate is 0:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L50
AssertionError: expected undefined not to be undefined
❯ suites/tracing/meta-tags/test.ts:50:25
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-1bf6acd55073d557-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.520051857034719"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts > should ignore sentry-values in `baggage` header of a third party vendor and overwrite them with incoming DSC:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts#L30
AssertionError: expected [ 'foo=bar', 'last=item', …(9) ] to deeply equal [ 'foo=bar', 'last=item', …(5) ]
- Expected
+ Received
[
"foo=bar",
"last=item",
"other=vendor",
- "sentry-environment=myEnv",
- "sentry-release=2.1.0",
- StringMatching /sentry-sample_rand=\d+/,
+ "sentry-environment=prod",
+ "sentry-public_key=public",
+ "sentry-release=1.0",
+ "sentry-sample_rand=0.5926171156143907",
+ "sentry-sampled=true",
+ "sentry-trace_id=12312012123120121231201212312012",
+ "sentry-transaction=GET%20%2Ftest%2Fexpress",
"third=party",
]
❯ suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts:30:19
|
|
suites/express/sentry-trace/baggage-other-vendors/test.ts > should merge `baggage` header of a third party vendor with the Sentry DSC baggage items:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors/test.ts#L20
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "other=vendor,foo=bar,third=party,sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "other=vendor,foo=bar,third=party,sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.07651043410522962",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-other-vendors/test.ts:20:20
|
|
suites/express/sentry-trace/baggage-header-assign/test.ts > Should propagate sentry trace baggage data from an incoming to an outgoing request.:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-header-assign/test.ts#L39
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.6253049959155323",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-header-assign/test.ts:39:20
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > a new sample_rand when there is no sentry-trace header but a baggage header with sample_rand:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L90
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rand=0\.\d+/
- Expected:
/sentry-sample_rand=0\.\d+/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=c17f1098489f33cfc2e1ba96677dffda"
❯ suites/tracing/sample-rand-propagation/test.ts:90:54
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L74
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:74:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L61
AssertionError: expected 0.7951325934202611 to be less than 0.25
❯ suites/tracing/sample-rand-propagation/test.ts:61:24
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L27
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.5240422462865979",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:27:22
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there are no incoming trace headers:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L12
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.\d+/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=7e04ac4ab3677e32983d96aa4fa73ac9",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:12:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with negative sampling decision if tracesSampleRate is 0:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L50
AssertionError: expected undefined not to be undefined
❯ suites/tracing/meta-tags/test.ts:50:25
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-b0868449a3fe3bbf-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.6835129393635755"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts > should ignore sentry-values in `baggage` header of a third party vendor and overwrite them with incoming DSC:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts#L30
AssertionError: expected [ 'foo=bar', 'last=item', …(9) ] to deeply equal [ 'foo=bar', 'last=item', …(5) ]
- Expected
+ Received
[
"foo=bar",
"last=item",
"other=vendor",
- "sentry-environment=myEnv",
- "sentry-release=2.1.0",
- StringMatching /sentry-sample_rand=\d+/,
+ "sentry-environment=prod",
+ "sentry-public_key=public",
+ "sentry-release=1.0",
+ "sentry-sample_rand=0.48153381008265783",
+ "sentry-sampled=true",
+ "sentry-trace_id=12312012123120121231201212312012",
+ "sentry-transaction=GET%20%2Ftest%2Fexpress",
"third=party",
]
❯ suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts:30:19
|
|
suites/express/sentry-trace/baggage-other-vendors/test.ts > should merge `baggage` header of a third party vendor with the Sentry DSC baggage items:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors/test.ts#L20
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "other=vendor,foo=bar,third=party,sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "other=vendor,foo=bar,third=party,sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.9389518985626502",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-other-vendors/test.ts:20:20
|
|
suites/express/sentry-trace/baggage-header-assign/test.ts > Should propagate sentry trace baggage data from an incoming to an outgoing request.:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-header-assign/test.ts#L39
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.48911085701568613",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-header-assign/test.ts:39:20
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > a new sample_rand when there is no sentry-trace header but a baggage header with sample_rand:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L90
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rand=0\.\d+/
- Expected:
/sentry-sample_rand=0\.\d+/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=537bb462fcf509e7301c1f3f7a67c76d"
❯ suites/tracing/sample-rand-propagation/test.ts:90:54
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L74
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:74:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a positive sampling decision when there is an incoming positive sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L61
AssertionError: expected 0.3527060089612768 to be less than 0.25
❯ suites/tracing/sample-rand-propagation/test.ts:61:24
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L27
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.1832013503218406",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:27:22
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there are no incoming trace headers:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L12
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.\d+/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=5619156bc7fbe5b4e928b8f13a1a1e29",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:12:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with negative sampling decision if tracesSampleRate is 0:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L50
AssertionError: expected undefined not to be undefined
❯ suites/tracing/meta-tags/test.ts:50:25
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-d29878abd4bed8bb-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.8127301131543785"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
suites/tracing/envelope-header/error-active-span-unsampled/test.ts > envelope header for error event during active unsampled span is correct:
dev-packages/node-integration-tests/utils/assertions.ts#L107
AssertionError: expected { …(4) } to deeply equal { event_id: Any<String>, …(3) }
- Expected
+ Received
@@ -7,11 +7,8 @@
"sent_at": Any<String>,
"trace": {
"environment": "production",
"public_key": "public",
"release": "1.0",
- "sample_rand": Any<String>,
- "sample_rate": "0",
- "sampled": "false",
"trace_id": StringMatching /[a-f\d]{32}/,
},
}
❯ assertEnvelopeHeader utils/assertions.ts:107:18
❯ newEnvelope utils/runner.ts:487:17
❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:642:15
❯ Socket.<anonymous> utils/runner.ts:660:15
|
|
suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts > should ignore sentry-values in `baggage` header of a third party vendor and overwrite them with incoming DSC:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts#L30
AssertionError: expected [ 'foo=bar', 'last=item', …(9) ] to deeply equal [ 'foo=bar', 'last=item', …(5) ]
- Expected
+ Received
[
"foo=bar",
"last=item",
"other=vendor",
- "sentry-environment=myEnv",
- "sentry-release=2.1.0",
- StringMatching /sentry-sample_rand=\d+/,
+ "sentry-environment=prod",
+ "sentry-public_key=public",
+ "sentry-release=1.0",
+ "sentry-sample_rand=0.26984924270725885",
+ "sentry-sampled=true",
+ "sentry-trace_id=12312012123120121231201212312012",
+ "sentry-transaction=GET%20%2Ftest%2Fexpress",
"third=party",
]
❯ suites/express/sentry-trace/baggage-other-vendors-with-sentry-entries/test.ts:30:19
|
|
suites/express/sentry-trace/baggage-other-vendors/test.ts > should merge `baggage` header of a third party vendor with the Sentry DSC baggage items:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-other-vendors/test.ts#L20
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "other=vendor,foo=bar,third=party,sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "other=vendor,foo=bar,third=party,sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.4256176045211416",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-other-vendors/test.ts:20:20
|
|
suites/express/sentry-trace/baggage-header-assign/test.ts > Should propagate sentry trace baggage data from an incoming to an outgoing request.:
dev-packages/node-integration-tests/suites/express/sentry-trace/baggage-header-assign/test.ts#L39
AssertionError: expected { test_data: { …(3) } } to match object { test_data: { …(2) } }
(1 matching property omitted from actual)
- Expected
+ Received
{
"test_data": {
- "baggage": "sentry-release=2.0.0,sentry-environment=myEnv,sentry-sample_rand=0.42",
+ "baggage": "sentry-environment=prod,sentry-release=1.0,sentry-public_key=public,sentry-trace_id=12312012123120121231201212312012,sentry-transaction=GET%20%2Ftest%2Fexpress,sentry-sampled=true,sentry-sample_rand=0.28803854675602913",
"host": "somewhere.not.sentry",
},
}
❯ suites/express/sentry-trace/baggage-header-assign/test.ts:39:20
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > a new sample_rand when there is no sentry-trace header but a baggage header with sample_rand:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L90
AssertionError: expected 'sentry-environment=production,sentry-…' to match /sentry-sample_rand=0\.\d+/
- Expected:
/sentry-sample_rand=0\.\d+/
+ Received:
"sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=094f65e4da8a9a742e09c3fb36c9e584"
❯ suites/tracing/sample-rand-propagation/test.ts:90:54
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample_rand that would lead to a negative sampling decision when there is an incoming negative sampling decision but no sample_rand in the baggage header:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L74
TypeError: Cannot read properties of null (reading '1')
❯ suites/tracing/sample-rand-propagation/test.ts:74:107
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there is a sentry-trace header and incoming sentry baggage:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L27
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.424242/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.264532210969474",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:27:22
|
|
suites/tracing/sample-rand-propagation/test.ts > sample_rand propagation > propagates a sample rand when there are no incoming trace headers:
dev-packages/node-integration-tests/suites/tracing/sample-rand-propagation/test.ts#L12
AssertionError: expected { Object (propagatedData) } to deeply equal { propagatedData: { …(1) } }
- Expected
+ Received
{
"propagatedData": {
- "baggage": StringMatching /sentry-sample_rand=0\.\d+/,
+ "baggage": "sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=d6a000b387e5a81cab51d5f448939cc8",
},
}
❯ suites/tracing/sample-rand-propagation/test.ts:12:22
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with negative sampling decision if tracesSampleRate is 0:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L50
AssertionError: expected undefined not to be undefined
❯ suites/tracing/meta-tags/test.ts:50:25
|
|
suites/tracing/meta-tags/test.ts > getTraceMetaTags > injects <meta> tags with trace from incoming headers:
dev-packages/node-integration-tests/suites/tracing/meta-tags/test.ts#L25
AssertionError: expected '\n <html>\n <head>\n <…' to contain '<meta name="baggage" content="sentry-…'
- Expected
+ Received
- <meta name="baggage" content="sentry-environment=production,sentry-sample_rand=0.42"/>
+
+ <html>
+ <head>
+ <meta name="sentry-trace" content="cd7ee7a6fe3ebe7ab9c3271559bc203c-511d0ff6a87d7266-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=43aafe42f934d54b349c205d202d3874b1561c9a,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.42387597939311894"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
❯ suites/tracing/meta-tags/test.ts:25:18
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Node (24) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2/package.json, dev-packages/e2e-tests/test-applications/node-core-light-otlp/package.json, dev-packages/e2e-tests/test-applications/node-otel-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-otel-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-otel-without-tracing/package.json, dev-packages/e2e-tests/test-applications/node-otel/package.json, dev-packages/node-core-integration-tests/package.json, packages/aws-serverless/package.json, packages/nestjs/package.json, packages/node-core/package.json, packages/node/package.json, packages/opentelemetry/package.json, packages/react-router/package.json, packages/remix/package.json, packages/vercel-edge/package.json, yarn.lock
Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/src/debug-build.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (20) Unit Tests
❌ Project coverage check failed: 64.96% (-0.76%) relative to base
|
|
Node (20) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2/package.json, dev-packages/e2e-tests/test-applications/node-core-light-otlp/package.json, dev-packages/e2e-tests/test-applications/node-otel-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-otel-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-otel-without-tracing/package.json, dev-packages/e2e-tests/test-applications/node-otel/package.json, dev-packages/node-core-integration-tests/package.json, packages/aws-serverless/package.json, packages/nestjs/package.json, packages/node-core/package.json, packages/node/package.json, packages/opentelemetry/package.json, packages/react-router/package.json, packages/remix/package.json, packages/vercel-edge/package.json, yarn.lock
Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/src/debug-build.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (18) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2/package.json, dev-packages/e2e-tests/test-applications/node-core-light-otlp/package.json, dev-packages/e2e-tests/test-applications/node-otel-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-otel-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-otel-without-tracing/package.json, dev-packages/e2e-tests/test-applications/node-otel/package.json, dev-packages/node-core-integration-tests/package.json, packages/aws-serverless/package.json, packages/nestjs/package.json, packages/node-core/package.json, packages/node/package.json, packages/opentelemetry/package.json, packages/react-router/package.json, packages/remix/package.json, packages/vercel-edge/package.json, yarn.lock
Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/src/debug-build.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Node (22) Unit Tests
❌ Project coverage check failed: 64.95% (-0.76%) relative to base
|
|
Node (22) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2/package.json, dev-packages/e2e-tests/test-applications/node-core-light-otlp/package.json, dev-packages/e2e-tests/test-applications/node-otel-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-otel-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-otel-without-tracing/package.json, dev-packages/e2e-tests/test-applications/node-otel/package.json, dev-packages/node-core-integration-tests/package.json, packages/aws-serverless/package.json, packages/nestjs/package.json, packages/node-core/package.json, packages/node/package.json, packages/opentelemetry/package.json, packages/react-router/package.json, packages/remix/package.json, packages/vercel-edge/package.json, yarn.lock
Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/src/debug-build.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data.
Unmatched diff files: dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-core-express-otel-v2/package.json, dev-packages/e2e-tests/test-applications/node-core-light-otlp/package.json, dev-packages/e2e-tests/test-applications/node-otel-custom-sampler/package.json, dev-packages/e2e-tests/test-applications/node-otel-sdk-node/package.json, dev-packages/e2e-tests/test-applications/node-otel-without-tracing/package.json, dev-packages/e2e-tests/test-applications/node-otel/package.json, dev-packages/node-core-integration-tests/package.json, packages/aws-serverless/package.json, packages/nestjs/package.json, packages/node-core/package.json, packages/node/package.json, packages/opentelemetry/package.json, packages/react-router/package.json, packages/remix/package.json, packages/vercel-edge/package.json, yarn.lock
Sample coverage paths: ./mute.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/debug-build.ts
This usually indicates a path format mismatch between your coverage tool and the repository.
|
|
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 passed (2.8s)
|
|
🎭 Playwright Run Summary
4 passed (4.7s)
|
|
🎭 Playwright Run Summary
3 passed (3.7s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.7s)
|
|
🎭 Playwright Run Summary
43 passed (4.5s)
|
|
🎭 Playwright Run Summary
2 passed (3.7s)
|
|
🎭 Playwright Run Summary
1 passed (6.3s)
|
|
🎭 Playwright Run Summary
4 passed (2.8s)
|
|
🎭 Playwright Run Summary
7 passed (6.5s)
|
|
🎭 Playwright Run Summary
8 passed (3.7s)
|
|
🎭 Playwright Run Summary
22 passed (9.6s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.2s)
|
|
🎭 Playwright Run Summary
3 passed (4.2s)
|
|
🎭 Playwright Run Summary
2 passed (2.6s)
|
|
🎭 Playwright Run Summary
10 passed (10.6s)
|
|
🎭 Playwright Run Summary
10 passed (5.4s)
|
|
🎭 Playwright Run Summary
10 passed (5.7s)
|
|
🎭 Playwright Run Summary
2 passed (5.7s)
|
|
🎭 Playwright Run Summary
3 passed (2.9s)
|
|
🎭 Playwright Run Summary
3 passed (6.5s)
|
|
🎭 Playwright Run Summary
15 passed (10.8s)
|
|
🎭 Playwright Run Summary
2 passed (4.5s)
|
|
🎭 Playwright Run Summary
12 passed (6.8s)
|
|
🎭 Playwright Run Summary
1 passed (4.6s)
|
|
🎭 Playwright Run Summary
1 passed (5.5s)
|
|
🎭 Playwright Run Summary
9 passed (10.0s)
|
|
🎭 Playwright Run Summary
1 passed (3.6s)
|
|
🎭 Playwright Run Summary
5 passed (8.2s)
|
|
🎭 Playwright Run Summary
8 passed (3.5s)
|
|
🎭 Playwright Run Summary
8 passed (3.6s)
|
|
🎭 Playwright Run Summary
3 passed (2.8s)
|
|
🎭 Playwright Run Summary
1 passed (5.7s)
|
|
🎭 Playwright Run Summary
5 passed (12.4s)
|
|
🎭 Playwright Run Summary
3 passed (8.8s)
|
|
🎭 Playwright Run Summary
4 passed (4.3s)
|
|
🎭 Playwright Run Summary
43 passed (4.8s)
|
|
🎭 Playwright Run Summary
4 passed (2.5s)
|
|
🎭 Playwright Run Summary
7 passed (12.7s)
|
|
🎭 Playwright Run Summary
24 passed (14.8s)
|
|
🎭 Playwright Run Summary
5 passed (8.2s)
|
|
🎭 Playwright Run Summary
11 passed (2.8s)
|
|
🎭 Playwright Run Summary
43 passed (3.6s)
|
|
🎭 Playwright Run Summary
4 passed (2.6s)
|
|
🎭 Playwright Run Summary
5 passed (12.4s)
|
|
🎭 Playwright Run Summary
3 passed (13.8s)
|
|
🎭 Playwright Run Summary
11 passed (16.1s)
|
|
🎭 Playwright Run Summary
3 passed (3.9s)
|
|
🎭 Playwright Run Summary
3 passed (3.0s)
|
|
🎭 Playwright Run Summary
1 passed (2.4s)
|
|
🎭 Playwright Run Summary
7 passed (8.8s)
|
|
🎭 Playwright Run Summary
12 passed (7.4s)
|
|
🎭 Playwright Run Summary
12 passed (6.9s)
|
|
🎭 Playwright Run Summary
12 passed (7.2s)
|
|
🎭 Playwright Run Summary
11 passed (5.6s)
|
|
🎭 Playwright Run Summary
11 passed (5.8s)
|
|
🎭 Playwright Run Summary
5 passed (7.9s)
|
|
🎭 Playwright Run Summary
4 passed (8.4s)
|
|
🎭 Playwright Run Summary
23 passed (15.8s)
|
|
🎭 Playwright Run Summary
18 passed (19.1s)
|
|
🎭 Playwright Run Summary
13 passed (12.7s)
|
|
🎭 Playwright Run Summary
11 passed (14.7s)
|
|
🎭 Playwright Run Summary
4 passed (7.7s)
|
|
🎭 Playwright Run Summary
9 passed (10.8s)
|
|
🎭 Playwright Run Summary
9 passed (12.8s)
|
|
🎭 Playwright Run Summary
5 passed (19.0s)
|
|
🎭 Playwright Run Summary
3 passed (15.0s)
|
|
🎭 Playwright Run Summary
18 passed (7.4s)
|
|
🎭 Playwright Run Summary
11 passed (6.4s)
|
|
🎭 Playwright Run Summary
11 passed (6.8s)
|
|
🎭 Playwright Run Summary
5 passed (10.4s)
|
|
🎭 Playwright Run Summary
10 passed (28.2s)
|
|
🎭 Playwright Run Summary
13 passed (28.6s)
|
|
🎭 Playwright Run Summary
7 passed (6.8s)
|
|
🎭 Playwright Run Summary
1 passed (6.4s)
|
|
🎭 Playwright Run Summary
9 passed (10.9s)
|
|
🎭 Playwright Run Summary
8 passed (6.6s)
|
|
🎭 Playwright Run Summary
3 skipped
21 passed (17.8s)
|
|
🎭 Playwright Run Summary
3 passed (6.5s)
|
|
🎭 Playwright Run Summary
5 passed (7.2s)
|
|
🎭 Playwright Run Summary
3 passed (5.4s)
|
|
🎭 Playwright Run Summary
13 passed (28.6s)
|
|
🎭 Playwright Run Summary
1 passed (3.5s)
|
|
🎭 Playwright Run Summary
1 passed (3.6s)
|
|
🎭 Playwright Run Summary
4 passed (7.8s)
|
|
🎭 Playwright Run Summary
4 passed (7.5s)
|
|
🎭 Playwright Run Summary
3 passed (19.7s)
|
|
🎭 Playwright Run Summary
10 passed (26.8s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.4s)
|
|
🎭 Playwright Run Summary
18 passed (18.3s)
|
|
🎭 Playwright Run Summary
1 passed (3.7s)
|
|
🎭 Playwright Run Summary
1 passed (3.7s)
|
|
🎭 Playwright Run Summary
7 passed (10.5s)
|
|
🎭 Playwright Run Summary
29 passed (26.8s)
|
|
🎭 Playwright Run Summary
3 passed (3.1s)
|
|
🎭 Playwright Run Summary
5 passed (8.6s)
|
|
🎭 Playwright Run Summary
16 passed (24.5s)
|
|
🎭 Playwright Run Summary
5 passed (9.0s)
|
|
🎭 Playwright Run Summary
9 passed (11.1s)
|
|
🎭 Playwright Run Summary
2 skipped
20 passed (26.0s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (4.9s)
|
|
🎭 Playwright Run Summary
3 passed (3.6s)
|
|
🎭 Playwright Run Summary
10 passed (28.0s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (2.8s)
|
|
🎭 Playwright Run Summary
13 passed (27.2s)
|
|
🎭 Playwright Run Summary
4 passed (15.9s)
|
|
🎭 Playwright Run Summary
4 passed (5.4s)
|
|
🎭 Playwright Run Summary
12 passed (27.5s)
|
|
🎭 Playwright Run Summary
10 passed (37.8s)
|
|
🎭 Playwright Run Summary
4 passed (10.7s)
|
|
🎭 Playwright Run Summary
9 passed (12.0s)
|
|
🎭 Playwright Run Summary
2 skipped
20 passed (24.0s)
|
|
🎭 Playwright Run Summary
40 passed (18.9s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.8s)
|
|
🎭 Playwright Run Summary
7 passed (27.6s)
|
|
🎭 Playwright Run Summary
4 passed (7.6s)
|
|
🎭 Playwright Run Summary
3 passed (16.6s)
|
|
🎭 Playwright Run Summary
3 passed (9.9s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (12.4s)
|
|
🎭 Playwright Run Summary
15 passed (21.2s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
7 passed (24.1s)
|
|
🎭 Playwright Run Summary
8 passed (29.8s)
|
|
🎭 Playwright Run Summary
3 passed (16.3s)
|
|
🎭 Playwright Run Summary
3 passed (9.7s)
|
|
🎭 Playwright Run Summary
11 passed (17.7s)
|
|
🎭 Playwright Run Summary
11 passed (17.7s)
|
|
🎭 Playwright Run Summary
2 passed (21.7s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
5 passed (8.4s)
|
|
🎭 Playwright Run Summary
4 passed (10.2s)
|
|
🎭 Playwright Run Summary
7 passed (27.8s)
|
|
🎭 Playwright Run Summary
12 passed (17.6s)
|
|
🎭 Playwright Run Summary
12 passed (17.6s)
|
|
🎭 Playwright Run Summary
9 passed (11.1s)
|
|
🎭 Playwright Run Summary
9 passed (12.1s)
|
|
🎭 Playwright Run Summary
11 passed (19.0s)
|
|
🎭 Playwright Run Summary
8 passed (29.2s)
|
|
🎭 Playwright Run Summary
16 passed (28.8s)
|
|
🎭 Playwright Run Summary
4 passed (10.5s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (22.6s)
|
|
🎭 Playwright Run Summary
40 passed (20.5s)
|
|
🎭 Playwright Run Summary
12 passed (28.1s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
12 passed (29.0s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (21.4s)
|
|
🎭 Playwright Run Summary
8 passed (11.3s)
|
|
🎭 Playwright Run Summary
14 passed (25.6s)
|
|
🎭 Playwright Run Summary
12 passed (19.8s)
|
|
🎭 Playwright Run Summary
8 passed (7.3s)
|
|
🎭 Playwright Run Summary
14 skipped
12 passed (22.3s)
|
|
🎭 Playwright Run Summary
10 passed (36.7s)
|
|
🎭 Playwright Run Summary
1 skipped
12 passed (6.1s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (32.9s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (6.8s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (26.2s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (8.2s)
|
|
🎭 Playwright Run Summary
2 skipped
14 passed (1.2m)
|
|
🎭 Playwright Run Summary
17 passed (57.9s)
|
|
🎭 Playwright Run Summary
3 passed (39.4s)
|
|
🎭 Playwright Run Summary
3 passed (7.9s)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ─────────────
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation
1 passed (38.8s)
|
|
🎭 Playwright Run Summary
3 passed (4.0s)
|
|
🎭 Playwright Run Summary
9 passed (8.9s)
|
|
🎭 Playwright Run Summary
3 passed (38.3s)
|
|
🎭 Playwright Run Summary
3 passed (11.0s)
|
|
🎭 Playwright Run Summary
4 passed (36.3s)
|
|
🎭 Playwright Run Summary
4 passed (8.5s)
|
|
🎭 Playwright Run Summary
5 passed (44.3s)
|
|
🎭 Playwright Run Summary
5 passed (11.6s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (39.5s)
|
|
🎭 Playwright Run Summary
30 passed (14.1s)
|
|
🎭 Playwright Run Summary
13 passed (47.9s)
|
|
🎭 Playwright Run Summary
13 passed (10.9s)
|
|
🎭 Playwright Run Summary
13 passed (49.0s)
|
|
🎭 Playwright Run Summary
13 passed (9.4s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (32.3s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (8.2s)
|
|
🎭 Playwright Run Summary
13 passed (50.5s)
|
|
🎭 Playwright Run Summary
13 passed (10.1s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (40.0s)
|
|
🎭 Playwright Run Summary
30 passed (13.9s)
|
|
🎭 Playwright Run Summary
4 passed (19.8s)
|
|
🎭 Playwright Run Summary
2 skipped
48 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.9s)
|
|
🎭 Playwright Run Summary
4 passed (18.3s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
8 skipped
22 passed (10.3s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (11.9s)
|
|
🎭 Playwright Run Summary
4 skipped
26 passed (19.9s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (11.9s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (17.0s)
|
|
🎭 Playwright Run Summary
4 passed (19.5s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
12 passed (1.2m)
|
|
🎭 Playwright Run Summary
12 passed (50.5s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (11.8s)
|
|
🎭 Playwright Run Summary
1 skipped
29 passed (19.7s)
|
|
🎭 Playwright Run Summary
15 passed (26.4s)
|
|
🎭 Playwright Run Summary
483 skipped
190 passed (35.6s)
|
|
🎭 Playwright Run Summary
43 passed (2.2m)
|
|
🎭 Playwright Run Summary
482 skipped
191 passed (37.5s)
|
|
🎭 Playwright Run Summary
478 skipped
195 passed (38.9s)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (1.9m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (37.4s)
|
|
🎭 Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (37.1s)
|
|
🎭 Playwright Run Summary
348 skipped
325 passed (1.5m)
|
|
🎭 Playwright Run Summary
346 skipped
327 passed (1.5m)
|
|
🎭 Playwright Run Summary
5 skipped
29 passed (2.2m)
|
|
🎭 Playwright Run Summary
6 skipped
28 passed (1.1m)
|
|
🎭 Playwright Run Summary
4 passed (22.4s)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (2.5m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
9 skipped
34 passed (2.8m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.0m)
|
|
🎭 Playwright Run Summary
9 skipped
34 passed (2.9m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
🎭 Playwright Run Summary
9 skipped
34 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
41 passed (1.0m)
|
|
🎭 Playwright Run Summary
1 skipped
168 passed (2.6m)
|
|
🎭 Playwright Run Summary
3 skipped
165 passed (2.5m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
195 skipped
478 passed (3.9m)
|
|
🎭 Playwright Run Summary
5 skipped
163 passed (3.7m)
|
|
🎭 Playwright Run Summary
190 skipped
483 passed (3.9m)
|
|
🎭 Playwright Run Summary
202 skipped
471 passed (3.6m)
|
|
🎭 Playwright Run Summary
3 skipped
165 passed (4.0m)
|
|
🎭 Playwright Run Summary
56 skipped
617 passed (4.7m)
|
|
🎭 Playwright Run Summary
59 skipped
614 passed (4.8m)
|
|
🎭 Playwright Run Summary
59 skipped
614 passed (4.8m)
|
|
🎭 Playwright Run Summary
54 skipped
619 passed (4.9m)
|
|
🎭 Playwright Run Summary
54 skipped
619 passed (4.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
|
20.5 MB |
sha256:1fb3bd2336a457c68943799e71c5392d9b53fcb2949616cb166c77880dbc08ee
|
|
|
build-layer-output
|
1.67 MB |
sha256:8604e2fa7c83243fae1c978e57ae46e0edd2220a6831b87dc895bb0a7ff135cf
|
|
|
build-output
|
10.7 MB |
sha256:77f15e3b863b2de6907620df47a43d550352dc74e576a27464f12578a12cc1bf
|
|
|
build-tarball-output
|
5.11 MB |
sha256:ab3f2a656eaa2190ce1e43b12f0f966eb6bb012f06818908e83258611c05089a
|
|
|
codecov-coverage-results-ab-bump-otel-job_browser_unit_tests
|
95.1 KB |
sha256:0461d449251e2821c92558699588f8dab34f3a5da0efb28b2997af68b58ec597
|
|
|
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-18
|
254 KB |
sha256:f819245f1c1a4fef429ba2d5a3ec09affdcdda20ed4ca8e85ffe7344005f2e72
|
|
|
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-20
|
262 KB |
sha256:cb4f3e812a93c3ae24e0ca84363de863fb6040b67737f7b7446513a880a7dbc8
|
|
|
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-22
|
262 KB |
sha256:9a12cde1ca4108ab1bfd55e3738f22839cfe36b348cab4135da0457fc6eda8b8
|
|
|
codecov-coverage-results-ab-bump-otel-job_node_unit_tests-24
|
262 KB |
sha256:8f59fdc9a9d15c1a6e252f6b57b6a3ca511f30bcba9579017822baa2a4373593
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_base
|
240 Bytes |
sha256:7187200d241c44b0f23452ff08adbcaecce36909c171372f734bc714f44081a4
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_debug
|
240 Bytes |
sha256:74ae5e40ef536b0aa42f2497d90577c1e659ecdb647a1d3d031fca59d15c6821
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_eager
|
240 Bytes |
sha256:deefa026a4764cfd1a9ca9e4b822f776a66b5c1d58e4276aacea2499adaba531
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_replay
|
238 Bytes |
sha256:51af29c2bec2067bd46214a19a8111380fab1557ec82151410f75dff9dd929b9
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_replay_buffer
|
241 Bytes |
sha256:a13f9f7939db2177454a215870bb75f8b1ee5776c244a3dca31992bb1f16e606
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_tracing
|
243 Bytes |
sha256:eef9cc3b49e3fb73e99073fad749143ac56a2ba01d2a4a47d3349db2c7b8210e
|
|
|
codecov-test-results-ab-bump-otel-job_browser_loader_tests-browser-loader-loader_tracing_replay
|
241 Bytes |
sha256:e13ea0b6cfddcffb64fd296d7e574cc933037d8af98e6352f1fd8ac8a3b9e85a
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle-chromium
|
248 Bytes |
sha256:7e5a4dcc3d6644e96b40dccb599c80629d72b897cc794284770e0b58fa1abb8e
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
|
249 Bytes |
sha256:6210365018b5ad641cf6d65898192668bd3f4c8d4ba7b23cf1c930622b6c5db2
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
|
245 Bytes |
sha256:23b9c36e2d9cc0348b1204cab3a77ecf50371b236d526334bba65332e929ac10
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
|
249 Bytes |
sha256:aa3e77cf310e7f6f34f0fcc4f4f1942b9e9e36d6652d73f2132864c736b1f755
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
|
249 Bytes |
sha256:4fd23a3d92a1806785049662a99b7f2e1f44ee0225d10f95112ef465acaa7be2
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
|
246 Bytes |
sha256:5be52b9bf52a0668fb9955e2b0fc90e4067d845eefd30f6bf36c2300a4409037
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
|
246 Bytes |
sha256:89d2f9f12cdc19d733e0c319122293c07a2c3516895cd181a0dbc7d3fe25d303
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
|
243 Bytes |
sha256:9f482b49019b1b45f7ccf611f7f3fe41f02aa6b0d1c1e5790436ee9b2ff1ba8a
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
|
247 Bytes |
sha256:9d2dcb602cfe2cfa77deae22def08d4ba410dec8b0d146de2ab4bbbafc139089
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
|
247 Bytes |
sha256:fcc7c7f0a1489f2273643aa4a7d98505151561ab7f4f5e027dacbf5922d99505
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
|
243 Bytes |
sha256:69baafae90b4991c58661accb7db28635cfa30d70bc50fbbea4a21aebae06e14
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
|
235 Bytes |
sha256:dde07110209c03d4ee63feafceb2dc14844abc4758afbb3ac0a785963aa707b8
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
|
246 Bytes |
sha256:c26ffd2995b0d982afc68c93716973101120166c52c4eaa1078f07a8583662eb
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
|
247 Bytes |
sha256:d2e2858f3370da83f3bb81226ed0b25204376a919652e0ff0c14c4022f9bafdc
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-1
|
243 Bytes |
sha256:f1998d179f77e16d4d678eab3941ec53d02e0c7848f20475cee3c9845400a361
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-2
|
244 Bytes |
sha256:ae7f24c9c51f012c7ae385a3b0ef58647725d6424dd4e7598ad8fee392cbd43f
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-3
|
244 Bytes |
sha256:077f2d06c67de447f1c294df7fa5f4d1f4f373d865b6fb52dde9f647738d5730
|
|
|
codecov-test-results-ab-bump-otel-job_browser_playwright_tests-browser-playwright-esm-chromium-4
|
244 Bytes |
sha256:8230af65b6f962cc71aec275d9677a06a66c004b0405d497331f517998d33425
|
|
|
codecov-test-results-ab-bump-otel-job_browser_unit_tests
|
244 Bytes |
sha256:b5d1c7e17a58302cfd690d1fdc06ad73c35a35b7cd90b738b6db923bd05edefc
|
|
|
codecov-test-results-ab-bump-otel-job_node_unit_tests-18
|
2.91 KB |
sha256:cc60b4242e9bff8e92f3e21420afd6a10bed99d17ad19172780f9c562c4b6973
|
|
|
codecov-test-results-ab-bump-otel-job_node_unit_tests-20
|
2.91 KB |
sha256:4f97d4124beb8d37b095305aaea5e27cb21623e0aff6f714ff2a767e90d9f4c8
|
|
|
codecov-test-results-ab-bump-otel-job_node_unit_tests-22
|
2.9 KB |
sha256:1f701d80d604953b508ef44d15feb3aba0e8c4f531ac433434966c2c26040647
|
|
|
codecov-test-results-ab-bump-otel-job_node_unit_tests-24
|
2.9 KB |
sha256:7c5702aad00a9442901012b83a259c6dab29b8a1d68f4f5f7e488dc7f04fa5c9
|
|