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.reactis an optional peer dependency.@logtide/nextjs/clientre-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:--pathoption and--apiKey/--apiUrlaliases forsourcemaps upload— the documented invocation now works; directory may be positional or--path.
Fixed
@logtide/nuxt:tracesSampleRate,apiUrlandapiKeyoptions are now honored (previously dropped/ignored unless adsnwas set).@logtide/sdk-nodeREADME: middleware examples import from@logtide/sdk-node/middleware.@logtide/nuxtREADME: corrected defaultserviceto'nuxt'.
Full Changelog: v0.10.0...v0.11.0