File tree Expand file tree Collapse file tree
cloudflare-integration-tests/suites/public-api/startSpan-streamed
node-integration-tests/suites/public-api/startSpan/basic-usage-streamed Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,10 @@ it('sends a streamed span envelope with correct spans for a manually started spa
176176 attributes : {
177177 [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_NAME ] : { type : 'string' , value : CLOUDFLARE_SDK } ,
178178 [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_VERSION ] : { type : 'string' , value : SDK_VERSION } ,
179- [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_INTEGRATIONS ] : { type : 'array' , value : expect . arrayContaining ( [ 'SpanStreaming' ] ) } ,
179+ [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_INTEGRATIONS ] : {
180+ type : 'array' ,
181+ value : expect . arrayContaining ( [ 'SpanStreaming' ] ) ,
182+ } ,
180183 [ SEMANTIC_ATTRIBUTE_SENTRY_RELEASE ] : { type : 'string' , value : '1.0.0' } ,
181184 [ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ] : { type : 'string' , value : 'auto.http.cloudflare' } ,
182185 [ SEMANTIC_ATTRIBUTE_SENTRY_SEGMENT_ID ] : { type : 'string' , value : segmentSpanId } ,
Original file line number Diff line number Diff line change @@ -130,7 +130,10 @@ test('sends a streamed span envelope with correct spans for a manually started s
130130 [ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ] : { type : 'integer' , value : 1 } ,
131131 [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_NAME ] : { type : 'string' , value : 'sentry.javascript.node' } ,
132132 [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_VERSION ] : { type : 'string' , value : SDK_VERSION } ,
133- [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_INTEGRATIONS ] : { type : 'array' , value : expect . arrayContaining ( [ 'SpanStreaming' ] ) } ,
133+ [ SEMANTIC_ATTRIBUTE_SENTRY_SDK_INTEGRATIONS ] : {
134+ type : 'array' ,
135+ value : expect . arrayContaining ( [ 'SpanStreaming' ] ) ,
136+ } ,
134137 [ SEMANTIC_ATTRIBUTE_SENTRY_SEGMENT_ID ] : { type : 'string' , value : segmentSpanId } ,
135138 [ SEMANTIC_ATTRIBUTE_SENTRY_SEGMENT_NAME ] : { type : 'string' , value : 'test-span' } ,
136139 [ SEMANTIC_ATTRIBUTE_SENTRY_RELEASE ] : { type : 'string' , value : '1.0.0' } ,
You can’t perform that action at this time.
0 commit comments