You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sveltekit): Read Cloudflare execution context from platform.ctx
`@sveltejs/adapter-cloudflare` 8 renamed `platform.context` to `platform.ctx`. Read `ctx` and
fall back to `context` so adapter <= 7 keeps working.
This fails silently: the execution context is optional-chained everywhere, so a missed
lookup drops events instead of throwing.
Refs sveltejs/kit#16668
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments