rsnext/test/e2e/app-dir/app
Damien Simonin Feugas e7a8645cb8
BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests (#64199)
### 🤔 What's in there?

We've deprecated config's `analyticsId` in 14.1.1 [almost 3 months
ago](https://github.com/vercel/next.js/releases/tag/v14.1.1-canary.2).
Users can opt in fot `@vercel/speed-insights`, or use
`useReportWebVitals` to report to any provider they'd like.

This PR:
- removes `analyticsId` key from configuration
- stops setting `__NEXT_PUBLIC_ANALYTICS_ID` env variable when the key
was present
- stops injecting `performance-relayer` file, when the variable is set
- cleans up related test code.
2024-04-15 15:23:30 +00:00
..
app fix: pass nonce to next/script properly (#56995) 2024-04-01 23:27:38 +00:00
pages Fix SSG query with experimental-compile (#56680) 2023-10-11 01:52:36 +00:00
public fix: <Script> with beforeInteractive strategy ignores additional attributes in App Router (#59779) 2024-01-03 20:48:55 +01:00
styles Leverage mini css plugin hmr for app dir (#38830) 2022-07-21 14:38:04 +02:00
experimental-compile.test.ts Add additional handling for experimental-compile (#56224) 2023-09-29 22:11:45 +00:00
index.test.ts fix: pass nonce to next/script properly (#56995) 2024-04-01 23:27:38 +00:00
middleware.js fix: pass nonce to next/script properly (#56995) 2024-04-01 23:27:38 +00:00
next.config.js fix: skip checking rewrites with an empty has array in isInterceptionRouteRewrite (#63873) 2024-03-29 16:38:06 -07:00
standalone-gsp.test.ts fix gsp tracing issue (#57766) 2023-10-30 18:24:51 +01:00
standalone.test.ts Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
useReportWebVitals.test.ts BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests (#64199) 2024-04-15 15:23:30 +00:00