Third-party integrations
Third-party integrations are not officially supported by Logfire.
They are maintained by the community and may not be as reliable as the integrations developed by Logfire.
Deno¶
Since v2.2, Deno has
built-in support for OpenTelemetry.
The logfire-js examples directory includes a Hello World
example that shows how to configure Deno
to export OpenTelemetry data to Logfire through environment variables.
You can also use the Logfire API package to create manual spans.
Install the @pydantic/logfire-api
NPM package and call the appropriate methods
in your code.