Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it more clear that browser SDKs should only be run in the browser #11705

Open
AbhiPrasad opened this issue Oct 31, 2024 · 1 comment
Open

Comments

@AbhiPrasad
Copy link
Member

SDK

JavaScript SDK

Description

ref getsentry/sentry-javascript#9982 (comment)

Users occasionally hit issues in SSR apps when trying to run the browser SDK because they run it in a node environment, which the SDK is not designed to do. We should make it extremely clear in the docs that browser SDKs (and browser frameworks like react, vue, ember) are meant to only run in the browser and that they should look toward using our framework sdks like nextjs, remix, nuxt or our node sdk to get server-side instrumentation.

Suggested Solution

No response

@ulfgebhardt
Copy link

Example Memory Leak fix in vike, vue, vite SSR environment: dreammall-earth/dreammall.earth#3005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants