b1d637d1a6
* Upgrading nextjs and collect * Fixing suggestions + yarn.lock * Updating submodules Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
10 lines
249 B
TypeScript
10 lines
249 B
TypeScript
import { collectEvents } from "next-collect/server";
|
|
|
|
import { extendEventData, nextCollectBasicSettings } from "@lib/telemetry";
|
|
|
|
export default collectEvents({
|
|
...nextCollectBasicSettings,
|
|
cookieName: "__clnds",
|
|
extend: extendEventData,
|
|
});
|