Sveltekit scope management? #9190
Unanswered
alexbjorlig
asked this question in
Q&A
Replies: 1 comment 2 replies
-
hey! For server-side everything will be scoped to a single request. For client-side there is no async context APIs we can use in the browser, so it will affect things globally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the Sveltekit Sentry SDK, do we need to manage
scope
manually or will the out-of-the box configuration "just" work.I.e, if I call:
Will the requestId be "scoped" for every single request, or does it pollute a more global scope? (so one request would be able to touch the scope from an other request?)
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions