autometrics-dev / autometrics-ts

Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries

Home Page:https://autometrics.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› API Reference mentions BuildInfo type but there's no link to the type

brettimus opened this issue Β· comments

Environment information

n/a

What happened?

I clicked the link to the API Reference (this: https://github.com/autometrics-dev/autometrics-ts/blob/main/packages/lib/reference/README.md), in order to find details about the init function's initOptions.

The parameter buildInfo is of type BuildInfo, and says it is necessary for client-side apps. However, there is no link to this type.

See: https://github.com/autometrics-dev/autometrics-ts/blob/main/packages/lib/reference/README.md#initoptions

image

Expected result

I'd expect the type to be in the reference