Skip to content

Log function arguments on stack #48

Open
@EmielM

Description

@EmielM

It would be convenient to log (simple) arguments that are passed to the functions on the stack, like Go does when it dumps stack traces.

Example: seeing DoSomeJobForUser(12345), user.go:123 is way more useful than DoSomeJobForUser, user.go:123. Knowing it is actually user 12345 makes a huge difference in reproducing the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions