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): Adjust handleErrorWithSentry type (#9054)
`handleErrorWithSentry`, which is wrapper function, should be identity
function (`f(x) => x`).
Implementation is fine, just the type mismatch from implementation.
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
0 commit comments