@@ -22,9 +22,16 @@ Continuous Profiling can be used both independently and as a complement to the t
2222
2323</Alert >
2424
25- - Standalone and server apps
26- - [ Node.js] ( /platforms/javascript/guides/node/profiling/#enable-continuous-profiling )
27- - [ Python] ( /platforms/python/profiling/#enable-continuous-profiling )
25+ - <LinkWithPlatformIcon
26+ platform = " python"
27+ label = " Python (since version 2.24.1)"
28+ url = " /platforms/python/profiling/"
29+ />
30+ - <LinkWithPlatformIcon
31+ platform = " javascript.node"
32+ label = " Node.js (since version 9.8.0)"
33+ url = " /platforms/javascript/guides/node/profiling/"
34+ />
2835
2936### UI Profiling
3037
@@ -34,11 +41,26 @@ UI Profiling can be used both independently and as a complement to the tracing p
3441
3542</Alert >
3643
37- - [ Browser JavaScript] ( /platforms/javascript/profiling/ ) [ beta] (since version ` 10.27.0 ` )
38- - Mobile
39- - [ Android] ( /platforms/android/profiling/#continuous-profiling )
40- - [ iOS and macOS] ( /platforms/apple/guides/ios/profiling/#continuous-profiling )
41-
44+ - <LinkWithPlatformIcon
45+ platform = " apple"
46+ label = " iOS & macOS (since version 8.49.0)"
47+ url = " /platforms/apple/profiling/"
48+ />
49+ - <LinkWithPlatformIcon
50+ platform = " android"
51+ label = " Android (Java & Kotlin only) (since version 8.5.0)"
52+ url = " /platforms/android/profiling/"
53+ />
54+ - <LinkWithPlatformIcon
55+ platform = " javascript.browser"
56+ label = " Browser JavaScript (since version 10.27.0)"
57+ url = " /platforms/javascript/profiling/"
58+ />
59+ - <LinkWithPlatformIcon
60+ platform = " javascript.electron"
61+ label = " Electron (since version 7.4.0)"
62+ url = " /platforms/javascript/guides/electron/profiling/"
63+ />
4264
4365### Transaction-based Profiling
4466
@@ -50,13 +72,38 @@ Transaction-based Profiling requires Sentry's tracing product being enabled befo
5072
5173</Alert >
5274
53- - [ Browser JavaScript] ( /platforms/javascript/profiling/ ) [ beta]
54- - Mobile
55- - [ React Native] ( /platforms/react-native/profiling/ ) [ beta]
56- - [ Flutter] ( /platforms/dart/guides/flutter/profiling/ ) [ experimental, iOS and macOS only]
57- - [ .NET] ( /platforms/dotnet/guides/maui/profiling/ ) [ experimental, iOS only]
58- - Standalone and server apps
59- - [ PHP] ( /platforms/php/profiling/ )
60- - [ Ruby] ( /platforms/ruby/profiling/ ) [ beta]
61- - [ .NET] ( /platforms/dotnet/profiling/ ) [ experimental]
62-
75+ #### Mobile
76+
77+ - <LinkWithPlatformIcon
78+ platform = " react-native"
79+ label = " React Native (beta)"
80+ url = " /platforms/react-native/profiling/"
81+ />
82+ - <LinkWithPlatformIcon
83+ platform = " dart.flutter"
84+ label = " Flutter (experimental, iOS and macOS only)"
85+ url = " /platforms/dart/guides/flutter/profiling/"
86+ />
87+ - <LinkWithPlatformIcon
88+ platform = " dotnet.maui"
89+ label = " .NET (experimental, iOS only)"
90+ url = " /platforms/dotnet/guides/maui/profiling/"
91+ />
92+
93+ #### Standalone and server apps
94+
95+ - <LinkWithPlatformIcon
96+ platform = " php"
97+ label = " PHP"
98+ url = " /platforms/php/profiling/"
99+ />
100+ - <LinkWithPlatformIcon
101+ platform = " ruby"
102+ label = " Ruby (beta)"
103+ url = " /platforms/ruby/profiling/"
104+ />
105+ - <LinkWithPlatformIcon
106+ platform = " dotnet"
107+ label = " .NET (experimental)"
108+ url = " /platforms/dotnet/profiling/"
109+ />
0 commit comments