Sourced from @vercel/analytics
's
releases.
1.1.1
What's Changed
- Fix server side events for remix actions by
@tobiaslins
in vercel/analytics#112- Upgrade
@vercel/style-guide
by@tobiaslins
in vercel/analytics#110Full Changelog: https://github.com/vercel/analytics/compare/1.1.0...1.1.1
1.1.0
Introducing server side events
Start tracking custom events on server environments such as Edge, Serverless or Server Actions.
Next.js Code examples:
Full Changelog: https://github.com/vercel/analytics/compare/1.0.1...1.1.0
1.1.0-beta.9
- Fix usage with deployment protection
1.1.0-beta.8
- Cleanup
1.1.0-beta.7
- Allow to send server side events in preview branches with deployment protection enabled.
1.1.0-beta.6
What's Changed
- Better error handling by
@tobiaslins
in vercel/analytics#104- Add support for
waitUntil
if available by@tobiaslins
in vercel/analytics#105Full Changelog: https://github.com/vercel/analytics/compare/1.1.0-beta.5...1.1.0-beta.6
1.1.0-beta.5
What's Changed
- Simply use of server side events! No more
withSessionContext
and no manual passing ofheaders
orrequest
!
- [breaking]: removed
withSessionContext
export as its not needed anymore!Full Changelog: https://github.com/vercel/analytics/compare/1.1.0-beta.4...1.1.0-beta.5
1.1.0-beta.4
What's Changed
- Fix missing referrer by
@tobiaslins
in vercel/analytics#95 (Fixes 400 errors for some)
... (truncated)