From 5bb4da1e06cc62f39e517273e35cedea7ce5745f Mon Sep 17 00:00:00 2001 From: "tryproduck[bot]" <295757519+tryproduck[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:40:00 +0000 Subject: [PATCH] Add Produck feedback SDK via next/script in _app --- frontend/pages/_app.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/pages/_app.jsx b/frontend/pages/_app.jsx index b00e70a..f5fd128 100644 --- a/frontend/pages/_app.jsx +++ b/frontend/pages/_app.jsx @@ -9,6 +9,7 @@ import { AuthProvider } from "../src/context/AuthContext"; import { useAuth } from "../src/hooks/useAuth"; import { useRouter } from "next/router"; import Head from "next/head"; +import Script from "next/script"; function Shell({ Component, pageProps }) { const { token } = useAuth(); @@ -41,6 +42,11 @@ export default function MyApp({ Component, pageProps }) { return ( +