logtail-js icon indicating copy to clipboard operation
logtail-js copied to clipboard

Better Stack JavaScript client

Results 15 logtail-js issues
Sort by recently updated
recently updated
newest added

I am using RedwoodJS on Netlify functions for our app, and so I need to use the pino logtail transport for logging. I noticed recently that logs are going missing,...

Hello, Is there any planned support for react native? The standard node library does not currently work for react native apps due to its dependency on `path`, and I couldn't...

Is there an example to use logtail with sveltekit like there is for next

When I follow this setup ```js const token = '$SOURCE_TOKEN'; const pino = require('pino'); const transport = pino.transport({ target: "@logtail/pino", options: { sourceToken: token } }); const logger = pino(transport);...

this is relatively straightforward to do in the browser; is this something that would be considered by the library, or that something we (as package users) would need to build...

Are you guys planning to add a support for flutter as well?

I'm having a Forbidden error when I **pause** a source in BetterStack. I tried to wrap my `logtail.debug` calls into a `try/catch` or followed them with a `.catch` but it...

many javascript environments are written using source code files that don't map 1:1 with the codebase used at runtime, due to typescript and/or minification this makes viewing logs not such...

Hey, I'm working on a [Remix](https://remix.run/) app, and trying to add logging using the ```@logtail/js``` package as we need to log from the server actions in Node, and directly from...

Have any questions? Please explore the Logtail [documentation](https://docs.logtail.com/) or contact our [support](https://betterstack.com/help).