You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered: