-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/nextjs
SDK Version
8.6.0
Framework Version
Next 14
Link to Sentry event
No response
SDK Setup
const wrappedConfig = withSentryConfig(nextConfig, {
// ...
url: "https://mysentry.instance",
// ...
});Steps to Reproduce
I have attempted to migrate from sentry 7 to sentry 8 for nextjs. However, the url property no longer seems to exist - this results in my sourcemaps failing to upload during build time, as it is trying to upload it to sentry's server, rather than my self-hosted instance.
I checked the migration guide, and there was no mention of this property changing in the new merged SentryBuildOptions.
Expected Result
This property should still remain or there should be information on how to configure the custom self hosted instance.
Actual Result
Unable to build application
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
Projects
Status
No status