CLI to build and develop Next.js apps for Cloudflare Pages
### next-on-pages environment related information @cloudflare/next-on-pages: 1.13.2 ### Description We want to apply the feature thirdPartyErrorFilterIntegration for Sentry, but this feature requires version `8.10.0` or above ([Sentry documentation](https://docs.sentry.io/platforms/javascript/configuration/filtering/#using-thirdpartyerrorfilterintegration)). As a result, we updated @sentry/nextjs from `7.119.0` to `8.20.0`. However, when we redeployed the project on Cloudflare with the new version, we encountered the following error: `Generated Pages Functions bundle size (83882560) is over the limit of 25.0 MiB.` This issue is impacting our business significantly: we are being overwhelmed with third-party errors, making it difficult to filter and identify our own errors in Sentry. Our desired resolution is to have Sentry V8 without increasing the bundle size. Ideally, we want to maintain a smaller bundle size to ensure optimal performance for the functions. ### Reproduction _No response_ ### Pages Deployment Method None ### Pages Deployment ID _No response_ ### Additional Information _No response_ ### Would you like to help? - [X] Would you like to help fixing this bug?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by danhnguyen-agilityio and has received 5 comments.