Closed aimensahnoun closed 2 months ago
The recent updates enhance the project's functionality by adding a new dependency, @next/third-parties
, to the package.json
, enabling better integration of third-party utilities. Additionally, the application's tracking capabilities are improved with the inclusion of the GoogleTagManager
component in pages/_app.tsx
, allowing dynamic analytics tracking based on environment variables. These changes aim to streamline development and improve user experience without disrupting existing features.
Files | Change Summary |
---|---|
package.json |
Added dependency "@next/third-parties": "^14.2.5" for enhanced functionality with Next.js utilities. |
pages/_app.tsx |
Reordered import statements and added GoogleTagManager for improved analytics tracking capabilities. |
sequenceDiagram
participant User
participant App
participant GoogleTagManager
User->>App: Load application
App->>GoogleTagManager: Initialize with gtmId
GoogleTagManager-->>App: Ready to track
App-->>User: Render application
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Dependencies