Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
9.2.0
Framework Version
SvelteKit 2.17.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Update from @sentry/sveltekit
9.1.0 to 9.2.0.
- Inspect response from an
await fetch()
Expected Result
Type should stay the same any .
This is how it was in 9.1.0.

Actual Result
Type is unknown.

I'm not saying that this is totally wrong, since unknown is better to use than any. I just can't find a reason to this change, or where it took place.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
9.2.0
Framework Version
SvelteKit 2.17.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
9.1.0to9.2.0.await fetch()Expected Result
Type should stay the same

any.This is how it was in
9.1.0.Actual Result
Type is
unknown.I'm not saying that this is totally wrong, since
unknownis better to use thanany. I just can't find a reason to this change, or where it took place.