Skip to content

[Feature?]: show function name in _server routes #1795

@loetjvr

Description

@loetjvr

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Summary 💡

Currently all server function calls use _server route. It would be easier to log and debug errors if the route has more details eg _server/function-name.

As I understand anything going to _server will be processed in the same function and is just looking for id
and name search prop. So I propose we just add the function name to the url and dont change anything on the logic side.

I am not sure if function extraction is handled by Solid start or Vinxi and also if function name is the name of the function it extracts from or just random cause I am not always able to get a readable function name.

Examples 🌈

Image

Motivation 🔦

We find that with our logging and debugging that having everything go to the same url makes it difficult to know which function is being called and thus difficult to resolve issues or to setup proper observability.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions