@goliapkg/sentori-solid
v1.2.0
Published
SolidJS adapter for Sentori — ErrorBoundary helper, solid-router navigation tracing.
Maintainers
Readme
@goliapkg/sentori-solid
SolidJS SDK for Sentori —
SentoriProvider + an ErrorBoundary that flushes the captured
exception with the component tree attached.
Install
bun add @goliapkg/sentori-solid @goliapkg/sentori-javascriptUse
import { SentoriProvider, SentoriErrorBoundary } from '@goliapkg/sentori-solid'
function Root() {
return (
<SentoriProvider
config={{
token: 'st_pk_…',
release: '[email protected]',
environment: 'prod',
}}
>
<SentoriErrorBoundary fallback={(err, reset) => <p>Something broke.</p>}>
<App />
</SentoriErrorBoundary>
</SentoriProvider>
)
}→ Full guide: sentori.golia.jp/docs/sdk-solid → Sentry drop-in: sentori.golia.jp/docs/sentry-compat
License
Dual-licensed under Apache-2.0 OR MIT.
