Skip to content

v0.11.0

Latest

Choose a tag to compare

@Polliog Polliog released this 30 Jun 11:48
caeebaa

Audit of every package's public exports against the documentation, fixing all import/usage mismatches found (same class of bug as the missing initLogtide export in 0.10.0).

Added

  • @logtide/browser: LogtideErrorBoundary — the React error boundary documented at logtide.dev/integrations/react (import { LogtideErrorBoundary } from '@logtide/browser') is now actually exported. react is an optional peer dependency. @logtide/nextjs/client re-exports this shared implementation.
  • @logtide/nuxt: useLogtide() composable — auto-imported composable (const { captureLog, captureError, addBreadcrumb } = useLogtide()) for manual capture, as documented. Previously documented but not implemented.
  • @logtide/cli: --path option and --apiKey / --apiUrl aliases for sourcemaps upload — the documented invocation now works; directory may be positional or --path.

Fixed

  • @logtide/nuxt: tracesSampleRate, apiUrl and apiKey options are now honored (previously dropped/ignored unless a dsn was set).
  • @logtide/sdk-node README: middleware examples import from @logtide/sdk-node/middleware.
  • @logtide/nuxt README: corrected default service to 'nuxt'.

Full Changelog: v0.10.0...v0.11.0