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

feat(nuxt): Log server instrumentation might not work in dev #14021

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Oct 18, 2024

Sentry is initialized too late in development mode and tracing does not work. This is a note to inform users about that. Will be fixed in the stable version.

@s1gr1d s1gr1d requested review from lforst, Lms24 and chargome October 18, 2024 11:53
consoleSandbox(() => {
// eslint-disable-next-line no-console
console.log(
'[Sentry] Your application is running in development mode. Note: @sentry/nuxt is in beta and may not work as expected on the server-side (Nitro).',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would mention more concretely what works and what doesn't so that users have a better understanding of what they should expect.

@s1gr1d s1gr1d requested a review from lforst October 18, 2024 12:05
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

Successfully merging this pull request may close these issues.

2 participants