Skip to content

Commit 4ac7330

Browse files
authored
fix(native): hide "Enable Tracing" section in... (#5772)
... Performance Monitoring setup.
1 parent ddf0539 commit 4ac7330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/performance/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Automatic instrumentation for monitoring the performance of your application is
6767

6868
</PlatformSection>
6969

70-
<PlatformSection supported={["javascript", "javascript.vue", "java.spring", "react-native", "native"]} notSupported={["java", "go", "android", "ruby", "python", "dotnet", "dart"]}>
70+
<PlatformSection supported={["javascript", "javascript.vue", "java.spring", "react-native"]} notSupported={["java", "go", "android", "ruby", "python", "dotnet", "dart", "native"]}>
7171

7272
## Enable Tracing
7373

0 commit comments

Comments
 (0)