-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update docs on transaction vs. Continuous/UI Profiling #13137
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
Update docs on transaction vs. Continuous/UI Profiling #13137
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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:
|
|
Hey @indragiek it looks like the builds are failing on this one, I think if you rebase from the latest master it should resolve this. |
74a20d9 to
b0a5453
Compare
|
@coolguyzone I rebased but not sure what's happening with the build here |
8933964 to
b0a5453
Compare
docs/product/explore/profiling/transaction-vs-continuous-profiling.mdx
Outdated
Show resolved
Hide resolved
|
Hey @indragiek! I pulled your branch down and did some tooling, and I think I've found the issue. I think this is happening because of the mismatch of straight and curly quotes in the description. If you commit my suggestion, it should run the builds and work. Note that the 404 checker still won't pass because of this link: |
…ling.mdx Co-authored-by: Alex Krawiec <[email protected]>
* Update docs on transaction vs. Continuous/UI Profiling * Update docs/product/explore/profiling/transaction-vs-continuous-profiling.mdx Co-authored-by: Alex Krawiec <[email protected]> --------- Co-authored-by: Alex Krawiec <[email protected]>
DESCRIBE YOUR PR
Update existing documentation on the differences between transaction-based and continuous profiling to be up-to-date with the new profiling APIs being launched for GA. Removed some Node.js specific documentation as this is intended to be generic across all platforms, the code examples can go in the Node.js-specific docs.
These docs need to go live for April 9th, 2025 when Continuous & UI Profiling are GA.
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: