@talak-web3/devtools
v1.0.3
Published
Lightweight helpers for observability and request tracing in talak-web3 apps.
Readme
@talak-web3/devtools
Lightweight helpers for observability and request tracing in talak-web3 apps.
Installation
pnpm add @talak-web3/devtoolsAPI
createRequestId(): string
Returns a new unique id (via crypto.randomUUID()), suitable for correlating logs and traces per request.
import { createRequestId } from '@talak-web3/devtools';
const id = createRequestId();Development
pnpm --filter @talak-web3/devtools build
pnpm --filter @talak-web3/devtools typecheckLicense
MIT
