Browse Source

Update wording on Profiling landing page tooltip (#47421)

This wording was added originally when we supported only mobile
profiling, make it clearer and more platform agnostic.
Indragie Karunaratne 1 year ago
parent
commit
c85b9412d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/profiling/content.tsx

+ 1 - 1
static/app/views/profiling/content.tsx

@@ -175,7 +175,7 @@ function ProfilingContent({location}: ProfilingContentProps) {
                 <PageHeadingQuestionTooltip
                   docsUrl="https://docs.sentry.io/product/profiling/"
                   title={t(
-                    'A view of how your application performs in a variety of environments, based off of the performance profiles collected from real user devices in production.'
+                    'Profiling collects detailed information in production about the functions executing in your application and how long they take to run, giving you code-level visibility into your hot paths.'
                   )}
                 />
                 <FeatureBadge type="beta" />