UNPKG

@logtail/next

Version:

Better Stack Telemetry Next.js client

6 lines (4 loc) 165 B
/** @type {import('next').NextConfig} */ const { withBetterStack } = require('@logtail/next'); const nextConfig = withBetterStack({}); module.exports = nextConfig;