UNPKG

@prezly/theme-kit-nextjs

Version:

Data layer and utility library for developing Prezly themes with NextJS

10 lines (9 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildSentryServerConfig = buildSentryServerConfig; var _common = require("./common.cjs"); function buildSentryServerConfig(dsn, themeName) { return (0, _common.buildSentryConfig)(dsn, themeName); }