-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App router migration new relic configuration #1086
App router migration new relic configuration #1086
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 440bcb0 - Browse repository at this point
Copy the full SHA 440bcb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f94ae - Browse repository at this point
Copy the full SHA 78f94aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bffac - Browse repository at this point
Copy the full SHA e4bffacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844f412 - Browse repository at this point
Copy the full SHA 844f412View commit details -
Configuration menu - View commit details
-
Copy full SHA for d857356 - Browse repository at this point
Copy the full SHA d857356View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7148d3 - Browse repository at this point
Copy the full SHA c7148d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0deb9 - Browse repository at this point
Copy the full SHA 7f0deb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c1f22 - Browse repository at this point
Copy the full SHA b6c1f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2d7c4 - Browse repository at this point
Copy the full SHA 4f2d7c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a10db01 - Browse repository at this point
Copy the full SHA a10db01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c20c78 - Browse repository at this point
Copy the full SHA 7c20c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6a7bc - Browse repository at this point
Copy the full SHA 2c6a7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e53126 - Browse repository at this point
Copy the full SHA 7e53126View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbc9686 - Browse repository at this point
Copy the full SHA fbc9686View commit details -
Merge branch 'app-router-migration-root-layout' into app-router-migra…
…tion-new-relic-configuration
Configuration menu - View commit details
-
Copy full SHA for b593d6f - Browse repository at this point
Copy the full SHA b593d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86241af - Browse repository at this point
Copy the full SHA 86241afView commit details -
Merge branch 'app-router-migration-root-layout' into app-router-migra…
…tion-new-relic-configuration
Configuration menu - View commit details
-
Copy full SHA for ceaa88e - Browse repository at this point
Copy the full SHA ceaa88eView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7753da2 - Browse repository at this point
Copy the full SHA 7753da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4955f46 - Browse repository at this point
Copy the full SHA 4955f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2bb39 - Browse repository at this point
Copy the full SHA 9e2bb39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297f5c9 - Browse repository at this point
Copy the full SHA 297f5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23afe00 - Browse repository at this point
Copy the full SHA 23afe00View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39d2c87 - Browse repository at this point
Copy the full SHA 39d2c87View commit details
Commits on Sep 17, 2024
-
App router migration google tag manager script (chaynHQ#1117)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Add google tag manager to root layout * Change strategy as worker is experimental and is not including the script * Move gtm to body as next is including it in head properly * Add comment to tackle in the future * Move gtm script from _document to _app
Configuration menu - View commit details
-
Copy full SHA for 5fd9223 - Browse repository at this point
Copy the full SHA 5fd9223View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c076abd - Browse repository at this point
Copy the full SHA c076abdView commit details
Commits on Sep 20, 2024
-
App router migration rollbar script (chaynHQ#1118)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Use script tag and set id * Add rollbar script to root layout * Make it beforeInteractive so it is included in the head * Move to _app as next/script is not working in _document
Configuration menu - View commit details
-
Copy full SHA for 4effeae - Browse repository at this point
Copy the full SHA 4effeaeView commit details -
App router migration opengraph metadata (chaynHQ#1120)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Move primary color to a constant so can be used in a server component (root layout) * Create rootMetadata * Fix format * Add metadata to root layout --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40496ab - Browse repository at this point
Copy the full SHA 40496abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24fc604 - Browse repository at this point
Copy the full SHA 24fc604View commit details -
App router migration error boundary component (chaynHQ#1121)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Make error boundary client component * Add ErrorBoundary component to root layout * Create app router error route test page --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d9708b - Browse repository at this point
Copy the full SHA 5d9708bView commit details -
App router migration material UI configuration (chaynHQ#1122)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Create theme registry component * Add ThemeRegistry to root layout * Make theme client component * Install mui for app router --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf7c899 - Browse repository at this point
Copy the full SHA bf7c899View commit details -
App router migration analytics (chaynHQ#1123)
* Add basic Root Layout * Add metadata * Add reference included by next * Add comment to explain the default meta tags * Add public testing page to check the migration * Remove non required file * Create Analytics component * Add analytics to root layout * Update layout.tsx --------- Co-authored-by: eleanorreem <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db8dd34 - Browse repository at this point
Copy the full SHA db8dd34View commit details -
Configuration menu - View commit details
-
Copy full SHA for a673cd7 - Browse repository at this point
Copy the full SHA a673cd7View commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 163adca - Browse repository at this point
Copy the full SHA 163adcaView commit details