docs(js): Create Svelte Quick Start guide#13387
Merged
inventarSarah merged 4 commits intomasterfrom Apr 17, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
chargome
approved these changes
Apr 15, 2025
| </button> | ||
| ``` | ||
|
|
||
| ```jsx {tabTitle:Svelte v3/v4} {filename:SomeCmponent.svelte} |
Member
There was a problem hiding this comment.
Suggested change
| ```jsx {tabTitle:Svelte v3/v4} {filename:SomeCmponent.svelte} | |
| ```jsx {tabTitle:Svelte v3/v4} {filename:SomeComponent.svelte} |
|
|
||
| To test your tracing configuration, update the previous code snippet to start a performance trace to measure the time it takes for the execution of your code: | ||
|
|
||
| ```jsx {tabTitle:Svelte v5+} {filename:SomeCmponent.svelte} |
Member
There was a problem hiding this comment.
Suggested change
| ```jsx {tabTitle:Svelte v5+} {filename:SomeCmponent.svelte} | |
| ```jsx {tabTitle:Svelte v5+} {filename:SomeComponent.svelte} |
| </button> | ||
| ``` | ||
|
|
||
| Open the page in a browser (for most Svelte applications, this will be at localhost:5173) and click the button to trigger a frontend error and performance trace. |
Member
There was a problem hiding this comment.
Suggested change
| Open the page in a browser (for most Svelte applications, this will be at localhost:5173) and click the button to trigger a frontend error and performance trace. | |
| Open the page in a browser and click the button to trigger a frontend error and performance trace. |
I think we can skip this
…ick-start/svelte-manual
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
Lms24
approved these changes
Apr 16, 2025
Member
Lms24
left a comment
There was a problem hiding this comment.
Thanks for making these changes! This is a great improvement, especially the verification part!
…ick-start/svelte-manual
codyde
added a commit
that referenced
this pull request
Apr 19, 2025
* 'master' of https://github.com/getsentry/sentry-docs: (131 commits) refactor: migrate Golang and related guides to inline product options syntax (#13413) refactor: migrate DotNet sdks to inline product options syntax (#13415) add note of the switch sdk (#13431) Update spelling in examples.mdx (#13378) ref(replay): clarify web & mobile distinction in product docs (#13447) fix(java): fix `RestTemplate` auto-instrumentation guide (#13236) refactor: migrate Python and related guides to inline product options syntax (#13412) Unreal: Document and add `SendDefaultPii = true` to onboarding docs (#13435) docs(tracing): Add docs for Previous and Next trace (#13406) docs(js): Create Svelte Quick Start guide (#13387) Update Profiling SDK version number for iOS/macOS (#13429) remove note that workflow notifications alert on new feedback (#13384) fix(dart): 404 link (#13430) feat(Godot): Update options screenshot on the landing page (#13428) add senddefaultpii to powershell (#13426) powershell senddefaultpii landing page (#13427) chore: update powershell min version requirement (#13425) docs(replays): add count_traces to searchable properties (#13422) docs(js): Add `sendDefaultPii: true` to all init calls (#13408) docs(dotnet): Add `SendDefaultPii = true` option (#13423) ...
bitsandfoxes
pushed a commit
that referenced
this pull request
Apr 24, 2025
* create Svelte Quick Start guide * PR feedback
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.
DESCRIBE YOUR PR
Reworked the Svelte Getting Started guide into a Quick Start guide.
Closes: #13376
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
EXTRA RESOURCES