-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs(nuxt): add sentry init setup #18367
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
Merged
+38
−15
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b02564c
docs(nuxt): add sentry init setup
betegon f333380
docs(nuxt): mention classic wizard alternative
betegon 43f3818
docs(nuxt): inline classic wizard command
betegon 6c46bb9
docs(nuxt): avoid duplicating wizard command
betegon af1ae8b
docs(nuxt): call sentry init a command
betegon 7eb9b9a
docs(nuxt): restore verification content
betegon 9261880
docs(nuxt): inline init command in manual setup
betegon 6a25952
docs(nuxt): align init fallback layout
betegon fc14394
docs(nuxt): clarify init verification path
betegon 3454cea
Merge branch 'master' into docs/nuxt-sentry-init
betegon 3020415
Merge branch 'master' into docs/nuxt-sentry-init
betegon 58e7148
Merge branch 'master' into docs/nuxt-sentry-init
betegon a95b14f
Merge branch 'master' into docs/nuxt-sentry-init
betegon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
now that this is in a few places, i wonder if we can introduce a PlatformIncludes components these framework pages can share with a
PlatformLinkto make sure future components only require a component import vs text updatesThere 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.
doing it in a follow, great idea.
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.
Good call. I opened a separate stacked follow-up for the shared include refactor here: #18400. Keeping this Nuxt PR scoped to the content change, and #18400 can be retargeted/rebased onto
masterafter this lands.