-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Sveltekit v2 #9851
Comments
Our migration is here syntaxfm/website#1458 if you need us to test anything |
Added a few tasks to investigate from reading the migration guide and a few PRs |
Something to follow up on which hasn't yet landed - My first take: When this lands, we export handlers for it from our SDK but continue with auto instrumentation. In v9 we drop 1.x support, remove auto instrumentation and switch to exclusively instrumenting |
Closing this issue as all necessary 2.x tasks were completed. We're going to release 7.89.0 in the next hours which will include all PRs linked above. if you experience any after upgrading to sveltekit 2.x please let us know and open a new issue, thank you! |
https://svelte.dev/blog/sveltekit-2
https://kit.svelte.dev/docs/migrating-to-sveltekit-2
Necessary for Kit 2.0
Not necessary for initial kit 2.x support but nice to have eventually:
untrack
utility function when available #9911handleLoad
hook when released and available #9912The text was updated successfully, but these errors were encountered: