UNPKG

@logtail/next

Version:

Better Stack Telemetry Next.js client

7 lines (4 loc) 151 B
import { withBetterStack } from '@logtail/next'; /** @type {import("next").NextConfig} */ const config = {}; export default withBetterStack(config);