diff --git a/apps/web/instrumentation.ts.bak b/apps/web/instrumentation.ts.bak deleted file mode 100644 index 7cbe93c..0000000 --- a/apps/web/instrumentation.ts.bak +++ /dev/null @@ -1,13 +0,0 @@ -import * as Sentry from "@sentry/nextjs"; - -export async function register() { - if (process.env.NEXT_RUNTIME === "nodejs") { - await import("./sentry.server.config"); - } - - if (process.env.NEXT_RUNTIME === "edge") { - await import("./sentry.edge.config"); - } -} - -export const onRequestError = Sentry.captureRequestError; diff --git a/apps/web/src/components/AgbsPDF.tsx b/apps/web/src/components/AgbsPDF.tsx index eb54ee3..3a27790 100644 --- a/apps/web/src/components/AgbsPDF.tsx +++ b/apps/web/src/components/AgbsPDF.tsx @@ -215,7 +215,6 @@ export const AgbsPDF = ({ companyData={companyData} bankData={bankData} footerLogo={footerLogo} - headerIcon={headerIcon} showPageNumber={false} > {content}