Merged in feat/trackingsdk-client (pull request #1420)

feat: trackingsdk as client component

* feat: trackingsdk as client component

* Cleanup

* Merge changes from feat/trackingsdk-client

* revert yarn.lock

* Added lcpTime and wait with tracking until we have the values


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-02-27 07:22:58 +00:00
parent d995dcf0aa
commit 0c498d82ca
23 changed files with 90 additions and 103 deletions

View File

@@ -29,9 +29,7 @@ export default async function AboutScandicFriends() {
</MaxWidth>
</section>
<Suspense fallback={null}>
<TrackingSDK pageData={tracking} />
</Suspense>
<TrackingSDK pageData={tracking} />
</>
)
}