Describe the bug
I copied the code used in the @innest/sentry-middleware package to my codebase to make some modifications. When a function runs, I only see a span for the entire Inngest Function Run span and not spans for each step within a function.
To Reproduce
Steps to reproduce the behavior:
Use the following code:
middleware/sentry-middleware.ts
Describe the bug I copied the code used in the @innest/sentry-middleware package to my codebase to make some modifications. When a function runs, I only see a span for the entire Inngest Function Run span and not spans for each step within a function.
To Reproduce Steps to reproduce the behavior:
Use the following code:
middleware/sentry-middleware.ts
and run a function with multiple steps.
user-updated.ts
Expected behavior Each step has an
execution
spanCode snippets / Logs / Screenshots
System info (please complete the following information):