Skip to content

Commit 239d155

Browse files
committed
fix tests
1 parent 2030b0b commit 239d155

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • dev-packages/cloudflare-integration-tests/suites/tracing/workflow

dev-packages/cloudflare-integration-tests/suites/tracing/workflow/test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ it('Workflow steps create transactions with correct attributes', async ({ signal
2929
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.faas.cloudflare.workflow',
3030
[SEMANTIC_ATTRIBUTE_SENTRY_SOURCE]: 'task',
3131
[SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE]: 1,
32+
'code.function.name': 'step-one',
33+
'workflow.step.name': 'step-one',
3234
'cloudflare.workflow.attempt': 1,
3335
},
3436
},
@@ -56,6 +58,8 @@ it('Workflow steps create transactions with correct attributes', async ({ signal
5658
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.faas.cloudflare.workflow',
5759
[SEMANTIC_ATTRIBUTE_SENTRY_SOURCE]: 'task',
5860
[SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE]: 1,
61+
'code.function.name': 'step-two',
62+
'workflow.step.name': 'step-two',
5963
'cloudflare.workflow.attempt': 1,
6064
},
6165
},

0 commit comments

Comments
 (0)