-
-
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(feedback onboarding): add angular, astro, ember docs #65662
Conversation
{ | ||
type: StepType.INSTALL, | ||
description: tct( | ||
'For the User Feedback integration to work, you must have the Sentry browser SDK package, or an equivalent framework SDK (e.g. [code:@sentry/react]) installed, minimum version 7.85.0.', |
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.
'For the User Feedback integration to work, you must have the Sentry browser SDK package, or an equivalent framework SDK (e.g. [code:@sentry/react]) installed, minimum version 7.85.0.', | |
'For the User Feedback integration to work, you must have the Sentry browser SDK package, or an equivalent framework SDK (e.g. [code:@sentry/angular]) installed, minimum version 7.85.0.', |
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.
could also be [codeAngular:@sentry/angular] or [codeIvy:@sentry/angular-ivy]
as the replay snippet above
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.
or we could rephrase this sentence... i don't have a strong suggestion for that though, just an option. I was looking at how it's phrased for the react onboarding and it's a bit different, which is fine to be the same or different too.
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.
i'm copying how it's phrased in the docs, but will incorporate the first suggestion for sure
5bc391d
to
1a1c4f6
Compare
1a1c4f6
to
3f3692f
Compare
Adds Angular, Astro, and Ember onboarding docs for user feedback
Relates to #62792