From 46809237c21092c78cf6d45835689bcca8249bb7 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 7 Sep 2023 07:46:07 -0400 Subject: [PATCH] revert performance API docs while we fix exports --- .../performance/instrumentation/custom-instrumentation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/platforms/common/performance/instrumentation/custom-instrumentation.mdx b/src/platforms/common/performance/instrumentation/custom-instrumentation.mdx index a4daf22623ac97..7544be2dea6099 100644 --- a/src/platforms/common/performance/instrumentation/custom-instrumentation.mdx +++ b/src/platforms/common/performance/instrumentation/custom-instrumentation.mdx @@ -37,7 +37,7 @@ To capture transactions and spans customized to your organization's needs, you m - + @@ -45,7 +45,7 @@ To capture transactions and spans customized to your organization's needs, you m - + To add custom performance data to your application, you need to add custom instrumentation in the form of spans. Spans are a way to measure the time it takes for a specific action to occur. For example, you can create a span to measure the time it takes for a function to execute. @@ -97,7 +97,7 @@ Sentry maintains a [list of well known span operations](https://develop.sentry.d - +