Avatar for the MystenLabs user
MystenLabs
walrus-sites
BlogDocsChangelog

fix(portal): seint-533 use track instead of the Analytics component for vercel web analytics

#351Merged
Comparing
alextzimas/seint-533-vercel-web-analytics-enablement
(
c85bd09
) with
main
(
a37b05d
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
3
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

decompress plaintext encoding
portal/common/lib/decompress_data.bench.ts::decompressData::decompress plaintext encoding
CodSpeed Performance Gauge
+1%
16.1 µs
16 µs
decompress gzip encoding
portal/common/lib/decompress_data.bench.ts::decompressData::decompress gzip encoding
CodSpeed Performance Gauge
0%
254.5 µs
254.9 µs
decompress deflate encoding
portal/common/lib/decompress_data.bench.ts::decompressData::decompress deflate encoding
CodSpeed Performance Gauge
0%
247.9 µs
249 µs

Commits

Click on a commit to change the comparison range
Base
main
a37b05d
0%
feat(portal): integrate vercel web analytics This will automatically start tracking visitors and page views with Web Analytics Changes: - Create a root `layout.tsx`. - Add to it the Analytics component.
f6c425b
28 days ago
by Tzal3x
0%
fix(portal): use `track` instead of `Analytics` for web analytics It was not possible to use the `Analytics` wrapper component in the root layout because we don't use React components, but instead a GET endpoint. For this we have to manually track the information that we need with the `track` function.
c85bd09
28 days ago
by Tzal3x
Home Terms PrivacyDocs