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

log.debug() missing runtime file #24

Closed
oskarrough opened this issue Nov 8, 2022 · 2 comments
Closed

log.debug() missing runtime file #24

oskarrough opened this issue Nov 8, 2022 · 2 comments

Comments

@oskarrough
Copy link

Hello, when you do log.info() inside Logtail you can see which file made the call via context.runtime.file. But when you do log.debug() the file is replaced with node_modules/@logtail/core/dist/cjs/base.js.

Notice how the debug statement is missing the file, whereas the info includes it.

CleanShot 2022-11-08 at 09 50 44@2x

@curusarn
Copy link
Contributor

Hi @oskarrough,

Thanks for noticing and reporting this. Sorry for the delay.

I have found the cause and fixed it in 45e3978.
I will release a new version of the @logtail/node package soon.

@oskarrough
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants