feat(deps): Bump the opentelemetry group with 5 updates #47300
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
9s
Check PR branches
2s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 1s
Circular Dependency Check
1m 27s
Browser Unit Tests
3m 16s
Bun Unit Tests
44s
Deno Unit Tests
56s
Cloudflare Integration Tests
2m 32s
Bun Integration Tests
33s
Check for faulty .d.ts files
30s
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
5s
Annotations
176 errors, 6 warnings, and 213 notices
|
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 'dbfc0c40444df9b0d252c133e2ddb5a1-9365β¦' 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 '7b6de060c6110c964a3ed2015e49f234-d6e1β¦' 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 'fbbe3ead325411d4eae3bf58a4fff9d9-19acβ¦' 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 '5d632dfbced2b97976743c2ea9fb03f4-10ccβ¦' 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.53.1",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.31797422324553326",
"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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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-90f980e21490471f-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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 '57d9272caa4aa3d3dad6b24e300fd681-d5f7β¦' 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 '7ea9250fa7783a8efea51c4e35e92cd8-67deβ¦' 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 '405ac718425addca3deff87fe8c9492e-2b4fβ¦' 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 'e0430a7d5db5f7523c88a702ff390d3c-ca46β¦' 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.53.1",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.904194493868176",
"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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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-afb3618b71688587-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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 '84508763faa0cf88916317df6af82202-8f3bβ¦' 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 'a9cdd73b2b1a9c36782565f56a856a73-adadβ¦' 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 '059dfe51e677b0db3ad235b260881578-a329β¦' 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 'a7cf02b129be72d09876b62cfef5349e-191eβ¦' 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.53.1",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.6491617331516699",
"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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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-b06a63bd90a79696-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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 'f169d5be627191ba2c34237ea5f121d7-f130β¦' 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 '7d7ab0a864167e7f72e2a6d79793a902-1208β¦' 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.53.1",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.6906465172005836",
"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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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-a867babb59479bbf-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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 '09a69e4e18d2736711bea201c687779f-8c18β¦' 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 '540ab2e70aff40c27bc42e4aa5080fa8-1826β¦' 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.53.1",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.9909865216122553",
"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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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-bde27c18a770a3a4-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
β― suites/tracing/meta-tags/test.ts:25:18
|
|
E2E hono-4 (node) Test
Process completed with exit code 1.
|
|
E2E hono-4 (node) Test
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
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.061968928542227575",
"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.7024163640254719",
"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.5620988391429262",
"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/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/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/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/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.0520236796358291",
"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/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/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/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.10604354834222818",
"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.
|
|
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 'e9c546bf0c6d15349b8818fc3dc8d154-c9edβ¦' 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 '933573a50073c9d1c11ed0a41c9d95bb-3a3aβ¦' 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 'bc624e67ef51f50ddab64f13b53d2301-5a74β¦' 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 '468ee165c1767d4ba063864fce9f875f-d636β¦' 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.53.1",
},
"sent_at": Any<String>,
"trace": {
- "sample_rand": "0.42",
- "sample_rate": "0.05",
+ "environment": "production",
+ "public_key": "public",
+ "release": "1.0",
+ "sample_rand": "0.8704090954094429",
"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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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:527:15
β― Socket.<anonymous> utils/runner.ts:545: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,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-8e798ad144af84eb-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-sampled=true"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
β― suites/tracing/meta-tags/test.ts:25:18
|
|
Size Check
Error updating comment. This can happen for PR's originating from a fork without write permissions.
|
|
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.5635676141601941",
+ "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.12098786811048823",
"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.5737476957095571",
"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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=ebfeebbfa60f8a0019149841f62fb905"
β― 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.5006755047522965 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.4704171875408697",
},
}
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=3e00f4c066150b42908142aebe986297",
},
}
β― 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-22bb57b1104b6561-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.25909267165343686"/>
+ </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.027145021379903045",
+ "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-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.11618791063025535",
"host": "somewhere.not.sentry",
},
}
β― suites/express/sentry-trace/baggage-header-assign/test.ts:39:20
|
|
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.10361818427698766",
"host": "somewhere.not.sentry",
},
}
β― suites/express/sentry-trace/baggage-other-vendors/test.ts:20: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=fac43f1684152a44855ee9f7e16a21c0"
β― 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.9567328923130496 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.5735912710442642",
},
}
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=7d79d56b3990b087154c9ea39199517a",
},
}
β― 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-7376d8a8bf57a51a-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.35001672065582556"/>
+ </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.45154795520845536",
+ "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.9629723873491303",
"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.720979773659191",
"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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=4a72d37147c57cf32a522e4f4e667847"
β― 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.6393850997353767 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.33070310080552723",
},
}
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=57c9553a54b69f8379391af4529eb2fe",
},
}
β― 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-17322f846f07de89-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.6119792942002216"/>
+ </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.36453606843884456",
+ "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.9478643965254092",
"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.7332722294331007",
"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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=1a979f6ea6a74330a990462b7bc922e9"
β― 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.8205191402626737 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.39624462106232805",
},
}
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=b5853af8aeae0d1819ec8605448a75e7",
},
}
β― 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-cd711c2e279344fe-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.9222615310360134"/>
+ </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.7811761423041128",
+ "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.05327859434627502",
"host": "somewhere.not.sentry",
},
}
β― suites/express/sentry-trace/baggage-other-vendors/test.ts:20: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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=0a716aa8ed90611f6c74bf17850c7a09"
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.27601306412130966",
},
}
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=49c40acada8262059a254c12a92d15d3",
},
}
β― 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-8b56cd8e6376060e-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.8975250437087394"/>
+ </head>
+ <body>
+ Hi :)
+ </body>
+ </html>
+
β― suites/tracing/meta-tags/test.ts:25:18
|
|
suites/public-api/OnUncaughtException/test.ts > OnUncaughtException integration > with `exitEvenIfOtherHandlersAreRegistered` set to false > should close process on uncaught error with no additional listeners registered:
dev-packages/node-integration-tests/suites/public-api/OnUncaughtException/test.ts#L52
Error: Test timed out in 15000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
β― suites/public-api/OnUncaughtException/test.ts:52:5
|
|
Unhandled error:
dev-packages/node-integration-tests/suites/public-api/OnUncaughtException/test.ts#L59
AssertionError: expected null not to be null
β― suites/public-api/OnUncaughtException/test.ts:59:27
β― ChildProcess.exithandler node:child_process:414:7
β― ChildProcess.emit node:events:524:28
β― maybeClose node:internal/child_process:1104:16
β― Process.ChildProcess._handle.onexit node:internal/child_process:304:5
This error originated in "suites/public-api/OnUncaughtException/test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should close process on uncaught error with no additional listeners registered". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
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.9694074048699622",
+ "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.2535651069844811",
"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.47719732759084454",
"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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=c9bc2fa69bc58f6b1b45be92ac9f7858"
β― 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.881969131928914 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=530699e319cc067ce440315d74acb312,sentry-transaction=GET%20%2Fcheck,sentry-sampled=true,sentry-sample_rand=0.8970970592450443",
},
}
β― 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=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=86a372ca3cfdb079c1e4d0f7a1daaab9",
},
}
β― 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-0d06be23f68de9e7-1"/>
+ <meta name="baggage" content="sentry-environment=production,sentry-release=57f0a2711dfe168eed5f529f0832c8fb0c78ce35,sentry-public_key=public,sentry-trace_id=cd7ee7a6fe3ebe7ab9c3271559bc203c,sentry-transaction=GET%20%2Ftest,sentry-sampled=true,sentry-sample_rand=0.8032015507057236"/>
+ </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 hono-4 (node) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
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/
|
|
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
3 passed (3.8s)
|
|
π Playwright Run Summary
3 passed (2.8s)
|
|
π Playwright Run Summary
4 passed (4.2s)
|
|
π Playwright Run Summary
2 passed (4.7s)
|
|
π Playwright Run Summary
3 passed (3.7s)
|
|
π Playwright Run Summary
7 passed (6.6s)
|
|
π Playwright Run Summary
4 passed (4.6s)
|
|
π Playwright Run Summary
1 passed (4.7s)
|
|
π Playwright Run Summary
5 passed (7.9s)
|
|
π Playwright Run Summary
1 passed (5.4s)
|
|
π Playwright Run Summary
45 passed (4.9s)
|
|
π Playwright Run Summary
7 passed (11.6s)
|
|
π Playwright Run Summary
1 passed (2.2s)
|
|
π Playwright Run Summary
4 passed (2.6s)
|
|
π Playwright Run Summary
18 passed (7.9s)
|
|
π Playwright Run Summary
1 passed (5.5s)
|
|
π Playwright Run Summary
3 passed (8.8s)
|
|
π Playwright Run Summary
1 passed (3.7s)
|
|
π Playwright Run Summary
1 passed (3.7s)
|
|
π Playwright Run Summary
10 passed (5.4s)
|
|
π Playwright Run Summary
10 passed (5.8s)
|
|
π Playwright Run Summary
4 passed (7.8s)
|
|
π Playwright Run Summary
22 passed (7.7s)
|
|
π Playwright Run Summary
3 passed (6.6s)
|
|
π Playwright Run Summary
4 passed (8.9s)
|
|
π Playwright Run Summary
45 passed (3.8s)
|
|
π Playwright Run Summary
11 passed (2.9s)
|
|
π Playwright Run Summary
9 passed (11.7s)
|
|
π Playwright Run Summary
8 passed (3.4s)
|
|
π Playwright Run Summary
8 passed (3.4s)
|
|
π Playwright Run Summary
11 passed (6.5s)
|
|
π Playwright Run Summary
11 passed (7.0s)
|
|
π Playwright Run Summary
5 passed (9.6s)
|
|
π Playwright Run Summary
12 passed (5.8s)
|
|
π Playwright Run Summary
11 passed (14.8s)
|
|
π Playwright Run Summary
10 passed (27.2s)
|
|
π Playwright Run Summary
3 passed (5.4s)
|
|
π Playwright Run Summary
9 passed (10.0s)
|
|
π Playwright Run Summary
3 passed (6.5s)
|
|
π Playwright Run Summary
9 passed (12.9s)
|
|
π Playwright Run Summary
3 passed (13.9s)
|
|
π Playwright Run Summary
5 passed (12.3s)
|
|
π Playwright Run Summary
3 skipped
17 passed (2.8s)
|
|
π Playwright Run Summary
14 passed (24.4s)
|
|
π Playwright Run Summary
4 passed (7.8s)
|
|
π Playwright Run Summary
7 passed (8.7s)
|
|
π Playwright Run Summary
3 passed (3.7s)
|
|
π Playwright Run Summary
16 passed (27.8s)
|
|
π Playwright Run Summary
4 passed (7.6s)
|
|
π Playwright Run Summary
3 passed (5.0s)
|
|
π Playwright Run Summary
1 passed (6.4s)
|
|
π Playwright Run Summary
2 skipped
20 passed (26.6s)
|
|
π Playwright Run Summary
8 passed (7.6s)
|
|
π Playwright Run Summary
8 passed (7.6s)
|
|
π Playwright Run Summary
3 skipped
17 passed (2.1s)
|
|
π Playwright Run Summary
7 passed (5.2s)
|
|
π Playwright Run Summary
12 passed (6.8s)
|
|
π Playwright Run Summary
5 passed (13.5s)
|
|
π Playwright Run Summary
2 passed (2.6s)
|
|
π Playwright Run Summary
3 passed (18.8s)
|
|
π Playwright Run Summary
5 passed (9.5s)
|
|
π Playwright Run Summary
1 passed (3.5s)
|
|
π Playwright Run Summary
1 passed (3.6s)
|
|
π Playwright Run Summary
13 passed (28.5s)
|
|
π Playwright Run Summary
2 passed (4.4s)
|
|
π Playwright Run Summary
4 passed (7.5s)
|
|
π Playwright Run Summary
18 passed (18.3s)
|
|
π Playwright Run Summary
3 passed (5.2s)
|
|
π Playwright Run Summary
1 skipped
12 passed (4.7s)
|
|
π Playwright Run Summary
12 passed (27.6s)
|
|
π Playwright Run Summary
11 passed (14.7s)
|
|
π Playwright Run Summary
7 passed (27.4s)
|
|
π Playwright Run Summary
15 passed (10.7s)
|
|
π Playwright Run Summary
12 passed (27.6s)
|
|
π Playwright Run Summary
40 passed (19.4s)
|
|
π Playwright Run Summary
1 passed (6.8s)
|
|
π Playwright Run Summary
13 passed (12.1s)
|
|
π Playwright Run Summary
9 passed (12.2s)
|
|
π Playwright Run Summary
5 passed (7.2s)
|
|
π Playwright Run Summary
5 passed (9.2s)
|
|
π Playwright Run Summary
11 passed (5.5s)
|
|
π Playwright Run Summary
11 passed (5.8s)
|
|
π Playwright Run Summary
9 passed (11.7s)
|
|
π Playwright Run Summary
10 passed (36.7s)
|
|
π Playwright Run Summary
4 passed (9.0s)
|
|
π Playwright Run Summary
9 passed (12.6s)
|
|
π Playwright Run Summary
3 passed (15.7s)
|
|
π Playwright Run Summary
3 passed (10.3s)
|
|
π Playwright Run Summary
13 passed (24.4s)
|
|
π Playwright Run Summary
1 skipped
14 passed (13.9s)
|
|
π Playwright Run Summary
9 passed (11.9s)
|
|
π Playwright Run Summary
18 passed (21.2s)
|
|
π Playwright Run Summary
5 passed (19.0s)
|
|
π Playwright Run Summary
8 passed (9.5s)
|
|
π Playwright Run Summary
3 passed (17.7s)
|
|
π Playwright Run Summary
12 passed (19.5s)
|
|
π Playwright Run Summary
12 passed (17.7s)
|
|
π Playwright Run Summary
12 passed (17.7s)
|
|
π Playwright Run Summary
8 passed (2.1s)
|
|
π Playwright Run Summary
5 passed (9.8s)
|
|
π Playwright Run Summary
11 passed (19.4s)
|
|
π Playwright Run Summary
3 passed (3.0s)
|
|
π Playwright Run Summary
12 skipped
1 passed (3.9s)
|
|
π Playwright Run Summary
11 passed (17.7s)
|
|
π Playwright Run Summary
11 passed (17.7s)
|
|
π Playwright Run Summary
8 passed (29.2s)
|
|
π Playwright Run Summary
12 passed (7.2s)
|
|
π Playwright Run Summary
7 passed (24.3s)
|
|
π Playwright Run Summary
12 skipped
1 passed (3.9s)
|
|
π Playwright Run Summary
2 passed (2.1s)
|
|
π Playwright Run Summary
8 passed (29.2s)
|
|
π Playwright Run Summary
2 passed (21.9s)
|
|
π Playwright Run Summary
3 passed (16.1s)
|
|
π Playwright Run Summary
3 passed (10.4s)
|
|
π Playwright Run Summary
7 passed (9.5s)
|
|
π Playwright Run Summary
24 passed (14.9s)
|
|
π Playwright Run Summary
12 skipped
1 passed (4.0s)
|
|
π Playwright Run Summary
3 passed (2.3s)
|
|
π Playwright Run Summary
14 skipped
12 passed (21.1s)
|
|
π Playwright Run Summary
4 passed (11.0s)
|
|
π Playwright Run Summary
5 passed (8.7s)
|
|
π Playwright Run Summary
13 passed (28.6s)
|
|
π Playwright Run Summary
12 passed (27.8s)
|
|
π Playwright Run Summary
5 passed (9.8s)
|
|
π Playwright Run Summary
12 skipped
1 passed (4.9s)
|
|
π Playwright Run Summary
29 passed (30.8s)
|
|
π Playwright Run Summary
12 passed (7.9s)
|
|
π Playwright Run Summary
10 passed (26.9s)
|
|
π Playwright Run Summary
23 passed (12.1s)
|
|
π Playwright Run Summary
4 passed (15.7s)
|
|
π Playwright Run Summary
4 passed (3.8s)
|
|
π Playwright Run Summary
12 passed (27.5s)
|
|
π Playwright Run Summary
9 passed (12.2s)
|
|
π Playwright Run Summary
16 passed (25.4s)
|
|
π Playwright Run Summary
4 passed (2.4s)
|
|
π Playwright Run Summary
10 passed (36.9s)
|
|
π Playwright Run Summary
14 skipped
12 passed (20.9s)
|
|
π Playwright Run Summary
12 passed (27.8s)
|
|
π Playwright Run Summary
15 passed (21.7s)
|
|
π Playwright Run Summary
2 skipped
20 passed (25.9s)
|
|
π Playwright Run Summary
7 passed (26.2s)
|
|
π Playwright Run Summary
4 skipped
10 passed (31.7s)
|
|
π Playwright Run Summary
2 skipped
12 passed (6.6s)
|
|
π Playwright Run Summary
4 skipped
10 passed (26.5s)
|
|
π Playwright Run Summary
4 skipped
10 passed (6.7s)
|
|
π Playwright Run Summary
9 passed (11.1s)
|
|
π Playwright Run Summary
17 passed (1.0m)
|
|
π Playwright Run Summary
4 passed (35.8s)
|
|
π Playwright Run Summary
4 passed (7.7s)
|
|
π Playwright Run Summary
4 skipped
10 passed (30.2s)
|
|
π Playwright Run Summary
2 skipped
12 passed (7.0s)
|
|
π Playwright Run Summary
3 passed (36.7s)
|
|
π Playwright Run Summary
3 passed (9.7s)
|
|
π Playwright Run Summary
2 skipped
14 passed (1.2m)
|
|
π Playwright Run Summary
3 skipped
27 passed (38.9s)
|
|
π Playwright Run Summary
30 passed (12.3s)
|
|
π 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.9s)
|
|
π Playwright Run Summary
3 passed (4.4s)
|
|
π Playwright Run Summary
13 passed (46.7s)
|
|
π Playwright Run Summary
13 passed (9.5s)
|
|
π Playwright Run Summary
5 passed (47.0s)
|
|
π Playwright Run Summary
5 passed (11.3s)
|
|
π Playwright Run Summary
7 skipped
23 passed (11.6s)
|
|
π Playwright Run Summary
5 skipped
25 passed (16.6s)
|
|
π Playwright Run Summary
4 passed (19.8s)
|
|
π Playwright Run Summary
51 passed (1.1m)
|
|
π Playwright Run Summary
4 skipped
26 passed (19.4s)
|
|
π Playwright Run Summary
7 skipped
23 passed (12.2s)
|
|
π Playwright Run Summary
12 passed (1.2m)
|
|
π Playwright Run Summary
12 passed (51.4s)
|
|
π Playwright Run Summary
8 skipped
22 passed (10.7s)
|
|
π Playwright Run Summary
5 skipped
25 passed (11.5s)
|
|
π Playwright Run Summary
1 skipped
29 passed (19.9s)
|
|
π Playwright Run Summary
43 passed (2.3m)
|
|
π Playwright Run Summary
483 skipped
191 passed (38.4s)
|
|
π Playwright Run Summary
479 skipped
195 passed (37.4s)
|
|
π Playwright Run Summary
484 skipped
190 passed (35.5s)
|
|
π Playwright Run Summary
7 skipped
36 passed (1.8m)
|
|
π Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
π Playwright Run Summary
15 passed (24.5s)
|
|
π Playwright Run Summary
2 skipped
29 passed (1.7m)
|
|
π Playwright Run Summary
2 skipped
29 passed (35.7s)
|
|
π Playwright Run Summary
7 skipped
36 passed (2.0m)
|
|
π Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
π Playwright Run Summary
349 skipped
325 passed (1.5m)
|
|
π Playwright Run Summary
347 skipped
327 passed (1.5m)
|
|
π Playwright Run Summary
5 skipped
29 passed (2.1m)
|
|
π Playwright Run Summary
6 skipped
28 passed (1.1m)
|
|
π 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 (3.0m)
|
|
π 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.0m)
|
|
π Playwright Run Summary
1 skipped
168 passed (2.6m)
|
|
π Playwright Run Summary
2 skipped
32 passed (3.0m)
|
|
π Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
π Playwright Run Summary
4 passed (24.7s)
|
|
π Playwright Run Summary
3 skipped
166 passed (2.7m)
|
|
π Playwright Run Summary
4 passed (2.6s)
|
|
π Playwright Run Summary
195 skipped
479 passed (3.9m)
|
|
π Playwright Run Summary
3 skipped
165 passed (3.9m)
|
|
π Playwright Run Summary
5 skipped
163 passed (3.9m)
|
|
π Playwright Run Summary
190 skipped
484 passed (3.9m)
|
|
π Playwright Run Summary
59 skipped
615 passed (4.8m)
|
|
π Playwright Run Summary
59 skipped
615 passed (4.8m)
|
|
π Playwright Run Summary
54 skipped
620 passed (4.8m)
|
|
π Playwright Run Summary
203 skipped
471 passed (3.7m)
|
|
π Playwright Run Summary
4 passed (10.9s)
|
|
π Playwright Run Summary
54 skipped
620 passed (4.9m)
|
|
π Playwright Run Summary
56 skipped
618 passed (4.7m)
|
|
π Playwright Run Summary
10 passed (10.7s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
|
20.6 MB |
sha256:468cef55a9b362a6e19dd6c38e6a4918d9461012322892c28e4f6361905bbf5d
|
|
|
build-layer-output
|
1.72 MB |
sha256:aea402738ecf4a808a17ef69354a2163d99a6929268390fcbc7e3ba6c3739397
|
|
|
build-output
|
10.7 MB |
sha256:8cbb37e45fcf6e5f8efab51c5b1e49e457422d934ce85619ca91d0eebba040ca
|
|
|
build-tarball-output
|
5.14 MB |
sha256:da001e3be7388fdceaeef93614785267b249d8cdcba609a1818adf6ae21f5b71
|
|