Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev server not showing details for step.sendEvent() #762

Open
Thinkscape opened this issue Oct 19, 2023 · 0 comments
Open

Dev server not showing details for step.sendEvent() #762

Thinkscape opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Thinkscape
Copy link

Describe the bug

The logs for running jobs in dev server are missing information about sent events (fan-out).

To Reproduce
Steps to reproduce the behavior:

  1. Given a function
  2. Fan out work using step.sendEvent('fan-out-id', { name: 'fan-out-event', data: { foo: 1} })
image

Expected behavior

The dev server shows the step as sendEvent 'fan-out-id' - 'fan-out-event', data: { foo: 1}

Actual

The dev server shows the step as sendEvent and expanding details shows the "dispatch id" or something.

image

System info

  • inngest/inngest:latest image 7a013c9b5817
  • OS: macOS sonoma
  • Inngest js 3.1.1
@Thinkscape Thinkscape added the bug Something isn't working label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants