Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information