Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
7.52.1
Framework Version
1.5.0
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- Install default Sentry plugin with an auto instrumentation
- Load page - fetch request are repeated although they have been loaded before on the server (SSR)
Expected Result
No request made on the client side.
Actual Result
There is duplicate requests after the client hydration.