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

Add Sentry as a supported Script Registry script #209

Closed
nathanchase opened this issue Aug 21, 2024 · 2 comments
Closed

Add Sentry as a supported Script Registry script #209

nathanchase opened this issue Aug 21, 2024 · 2 comments

Comments

@nathanchase
Copy link

nathanchase commented Aug 21, 2024

@manniL had a great primer on integrating Sentry into your Nuxt 3 app, but perhaps there's an opportunity to create a Sentry composable or other similar implementation for Sentry?

It might be better suited as a module since there is an entirely separate server-side to account for, but nuxt/scripts feels like a natural place people will be looking for a Sentry solution.

@manniL
Copy link
Member

manniL commented Aug 21, 2024

Hmm - maybe this should be integrated via their own SDK "using" nuxt scripts (if the module is installed) getsentry/sentry-javascript#9095

@harlan-zw
Copy link
Collaborator

harlan-zw commented Aug 22, 2024

I would agree that the official SDK for Nuxt should be used.

As Nuxt Scripts is only about loading remote third-party scripts, if there's an official NPM module available, it's likely that Nuxt Scripts isn't the right solution. There would also be no scope of handling server side.

Thanks for the suggestion though! We may consider linking other Nuxt modules from the Nuxt Scripts site.

@harlan-zw harlan-zw closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants