Henry Zhang
Henry Zhang
Node has a string size limit of 500MB and the current `JSON.parse(fs.readFileSync(...))` logic to read `stats.json` files fails for files >500MB. This PR changes the approach for stats parsing to...
# 🐞 bug report ### Affected Package The issue is caused by package @angular/compiler? ### Is this a regression? Not sure, only noticed it on latest ### Description If an...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
### Which @angular/* package(s) are the source of the bug? forms, platform-server ### Is this a regression? Yes ### Description Ran into this when upgrading my Angular app to 16...
This commit adds an `applicationMaxAge` to the service worker configuration. When set, it will only assign a cached version to clients within the maxAge. Afterwards, it will ignored any expired...