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

fix(nextjs): Replace url with sentryUrl in withSentryConfig options #579

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Jun 7, 2024

This PR fixes a leftover from them v8 release where we replaced the url option with sentryUrl in the withSentryConfig options.

Also added a couple of tests for the template generation function.

Fixes #578


org: "my-org",
project: "my-project",
sentryUrl: "https://my-sentry.com"
Copy link
Member Author

Choose a reason for hiding this comment

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

This was previously url.

Copy link
Member

@lforst lforst left a comment

Choose a reason for hiding this comment

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

Thanks!

@Lms24 Lms24 merged commit e69f438 into master Jun 7, 2024
11 checks passed
@Lms24 Lms24 deleted the lms/fix-nextjs-withSentryContif-sentryUrl branch June 7, 2024 08:21
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.

Misconfiguration output of the command npx @sentry/wizard@latest -i nextjs
2 participants