-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(onboarding): Generic copy DSN #83088
Conversation
@@ -111,6 +112,9 @@ const onboarding: OnboardingConfig = { | |||
</List> | |||
), | |||
}, | |||
{ | |||
description: <CopyDnsField params={params} />, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is supposed to be CopyDsnField, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha, classic 🙈 thx for pointing out!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happens to all of us 😄
</p> | ||
<TextCopyInput | ||
onCopy={() => | ||
trackAnalytics('onboarding.nextjs-dsn-copied', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this always supposed to be this analytics string - I suppose when used in e.g. SvelteKit, we don't want to track this as nextjs-dsn-copied
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Move the "copy DSN" section into manual configuration. Add it to every platform doc that instructs to use the wizard. Closes #80179
Move the "copy DSN" section into manual configuration.
Add it to every platform doc that instructs to use the wizard.
Closes #80179