Refactor code structure for improved readability and maintainability

This commit is contained in:
sudipnext 2026-04-06 11:38:57 +05:45
parent b37aae4987
commit 820b768849
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
import * as Sentry from "@sentry/nextjs";
export const dynamic = "force-dynamic";
class SentryExampleAPIError extends Error {
constructor(message: string | undefined) {

File diff suppressed because one or more lines are too long