Skip to content

revert performance API docs while we fix exports #7766

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

Merged
merged 1 commit into from
Sep 7, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ To capture transactions and spans customized to your organization's needs, you m

</Note>

<PlatformSection notSupported={["javascript", "node"]}>
<PlatformSection notSupported={[" "]}>

<PlatformContent includePath="performance/enable-manual-instrumentation" />

<PlatformContent includePath="performance/add-spans-example" />

</PlatformSection>

<PlatformSection supported={["javascript", "node"]}>
<PlatformSection supported={[" "]}>

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.

Expand Down Expand Up @@ -97,7 +97,7 @@ Sentry maintains a [list of well known span operations](https://develop.sentry.d

</PlatformSection>

<PlatformSection notSupported={["java", "native", "apple", "javascript", "node"]}>
<PlatformSection notSupported={["java", "native", "apple"]}>

<PlatformContent includePath="performance/retrieve-transaction" />

Expand Down