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
This SDK is still under active development and several features are missing.
118
+
Take a look at our [SvelteKit SDK Development Roadmap](https://github.com/getsentry/sentry-javascript/issues/6692) to follow the progress:
119
+
120
+
-**Performance monitoring** is not yet fully supported.
121
+
You can add the `BrowserTracing` integration but proper instrumentation for routes, page loads and navigations is still missing.
122
+
This will be addressed next, as we release the next alpha builds.
123
+
124
+
-**Source Maps** upload is not yet working correctly.
125
+
We already investigated [some options](https://github.com/getsentry/sentry-javascript/discussions/5838#discussioncomment-4696985) but uploading source maps doesn't work automtatically out of the box yet.
126
+
This will be addressed next, as we release the next alpha builds.
127
+
128
+
-**Adapters** other than `@sveltejs/adapter-node` are currently not supported.
129
+
We haven't yet tested other platforms like Vercel.
130
+
This is on our roadmap but it will come at a later time.
131
+
132
+
- We're aiming to **simplify SDK setup** in the future so that you don't have to go in and manually add our wrappers to all your `load` functions and hooks.
133
+
This will be addressed once the SDK supports all Sentry features.
0 commit comments