UNPKG

@prezly/theme-kit-nextjs

Version:

Data layer and utility library for developing Prezly themes with NextJS

4 lines 153 B
import { buildSentryConfig } from "./common.mjs"; export function buildSentryClientConfig(dsn, themeName) { return buildSentryConfig(dsn, themeName); }