Skip to content

Commit 4bcafdc

Browse files
authored
update page title and remove old notes (#5770)
* updated page title and removed old notes * updated platformsidebar component
1 parent 63f6b94 commit 4bcafdc

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

src/components/platformSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const PlatformSidebar = ({
8686
<DynamicNav
8787
root={`/${pathRoot}/performance`}
8888
title="Performance Monitoring"
89-
prependLinks={[[`/${pathRoot}/performance/`, "Set Up"]]}
89+
prependLinks={[[`/${pathRoot}/performance/`, "Set Up Performance"]]}
9090
suppressMissing
9191
tree={tree}
9292
/>

src/platforms/common/performance/index.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Set Up
2+
title: Set Up Performance
33
sidebar_order: 4000
44
supported:
55
- javascript
@@ -35,22 +35,6 @@ redirect_from:
3535

3636
<!-- Include in `notSupported` any SDK which enables tracing automatically -->
3737

38-
<PlatformSection supported={["native"]}>
39-
40-
<Note>
41-
42-
Performance monitoring is still an experimental, work-in-progress feature, and its API may be unstable. It may also have bugs. Feedback is appreciated, and should be submitted as an issue in the repository linked on the right side of this page.
43-
44-
</Note>
45-
46-
</PlatformSection>
47-
48-
<Note>
49-
50-
If you’re on a legacy plan, you'll need to add transaction events to your [subscription](https://sentry.io/pricing/) to use performance monitoring.
51-
52-
</Note>
53-
5438
With [performance monitoring](/product/performance/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
5539

5640
<PlatformSection supported={["dotnet", "go", "java", "javascript.nextjs", "node", "php", "python", "ruby", "dart", "flutter", "rust", "native"]}>

0 commit comments

Comments
 (0)