Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions platform-includes/profiling/browser-profiling/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Configuration should happen as early as possible in your application's lifecycle

<PlatformContent includePath="profiling/automatic-instrumentation-setup" />

<Alert level="warning" title="Local Profiling with Chrome DevTools">

When you enable `browserProfilingIntegration` in your SDK configuration, Chrome will incorrectly attribute regular rendering work as “Profiling Overhead” if you are doing local profiling via the Chrome DevTools Performance panel. To avoid this, disable or remove the integration when profiling with Chrome DevTools.

</Alert>

## The Difference Between DevTools & Sentry's JavaScript Browser Profiler

What does Sentry's JavaScript browser profile offer that Chrome DevTools does not?
Expand Down
Loading