ref(debugger-modal): Replace sentry-wizard callout with configs info#87073
Merged
priscilawebdev merged 8 commits intoMar 20, 2025
Merged
Conversation
priscilawebdev
commented
Mar 14, 2025
Comment on lines
+427
to
+428
| orgSlug={this.props.organization?.slug} | ||
| projectId={this.props.event.projectID} |
Member
Author
There was a problem hiding this comment.
I could have reused the orgSlug and project present in analyticsParams prop, but I prefer it to be explicit
constantinius
approved these changes
Mar 17, 2025
andreiborza
requested changes
Mar 18, 2025
Member
|
This looks great! So much better than what we had before. Thanks for adding these. |
Contributor
|
Yes this looks great! Thanks @priscilawebdev 2 things:
Nuxt link here, and Next link here for example.
|
Member
Author
|
Good points @smeubank 👏 updating now. |
andreiborza
requested changes
Mar 20, 2025
andreiborza
reviewed
Mar 20, 2025
…rt-for-meta-platforms
andreiborza
approved these changes
Mar 20, 2025
andrewshie-sentry
pushed a commit
that referenced
this pull request
Mar 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some meta frameworks, we already prompt users to use the Sentry wizard during onboarding, which automatically configures sourcemap uploads to Sentry. Instead of prompting them again in the Debugger Modal, we want to guide them to verify their configuration. Below, you'll see the changes: the image on the left shows the previous version, and the one on the right shows the new changes.
Next.js
Nuxt
Remix
Sveltekit
Other platforms