Skip to content
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

Open
wants to merge 32 commits into
base: next-js-migration
Choose a base branch
from

Commits on Aug 20, 2024

  1. Add basic Root Layout

    boodland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    440bcb0 View commit details
    Browse the repository at this point in the history
  2. Add metadata

    boodland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    78f94ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4bffac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    844f412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d857356 View commit details
    Browse the repository at this point in the history
  6. Add basic Root Layout

    boodland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c7148d3 View commit details
    Browse the repository at this point in the history
  7. Add metadata

    boodland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7f0deb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6c1f22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f2d7c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a10db01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c20c78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c6a7bc View commit details
    Browse the repository at this point in the history
  13. Use new relic configuration

    boodland committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7e53126 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    fbc9686 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'app-router-migration-root-layout' into app-router-migra…

    …tion-new-relic-configuration
    boodland committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b593d6f View commit details
    Browse the repository at this point in the history
  3. Remove non required file

    boodland committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    86241af View commit details
    Browse the repository at this point in the history
  4. Merge branch 'app-router-migration-root-layout' into app-router-migra…

    …tion-new-relic-configuration
    boodland committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ceaa88e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add basic Root Layout

    boodland authored and eleanorreem committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7753da2 View commit details
    Browse the repository at this point in the history
  2. Add metadata

    boodland authored and eleanorreem committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4955f46 View commit details
    Browse the repository at this point in the history
  3. Add reference included by next

    boodland authored and eleanorreem committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9e2bb39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    297f5c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23afe00 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    39d2c87 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. 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
    boodland authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5fd9223 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    c076abd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. 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
    boodland authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4effeae View commit details
    Browse the repository at this point in the history
  2. 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]>
    boodland and eleanorreem authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    40496ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24fc604 View commit details
    Browse the repository at this point in the history
  4. 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]>
    boodland and eleanorreem authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5d9708b View commit details
    Browse the repository at this point in the history
  5. 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]>
    boodland and eleanorreem authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bf7c899 View commit details
    Browse the repository at this point in the history
  6. 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]>
    boodland and eleanorreem authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db8dd34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a673cd7 View commit details
    Browse the repository at this point in the history