Skip to content

Commit 37227bc

Browse files
committed
Address Cody's feedback
1 parent 5977255 commit 37227bc

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

docs/product/explore/profiling/getting-started.mdx

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,6 @@ All SDKs that currently support transaction-based Profiling will be migrated ove
1414

1515
## Supported SDKs
1616

17-
### Transaction-based Profiling
18-
19-
<Alert>
20-
21-
Transaction-based Profiling requires Sentry's tracing product being enabled beforehand. To enable tracing and performance monitoring features in the SDK, check out our [Insights guide](/product/insights/).
22-
23-
</Alert>
24-
25-
- [Browser JavaScript](/platforms/javascript/profiling/) [beta]
26-
- Mobile
27-
- [React Native](/platforms/react-native/profiling/) [beta]
28-
- [Flutter](/platforms/dart/guides/flutter/profiling/) [experimental, iOS and macOS only]
29-
- [.NET](/platforms/dotnet/guides/maui/profiling/) [experimental, iOS only]
30-
- Standalone and server apps
31-
- [PHP](/platforms/php/profiling/)
32-
- [Ruby](/platforms/ruby/profiling/) [beta]
33-
- [.NET](/platforms/dotnet/profiling/) [experimental]
34-
3517
### Continuous Profiling
3618

3719
<Alert>
@@ -55,3 +37,25 @@ UI Profiling can be used both independently and as a complement to the tracing p
5537
- Mobile
5638
- [Android](/platforms/android/profiling/#continuous-profiling)
5739
- [iOS and macOS](/platforms/apple/guides/ios/profiling/#continuous-profiling)
40+
41+
42+
### Transaction-based Profiling
43+
44+
<Alert>
45+
46+
If Continuous Profiling or UI Profiling are not supported on your SDK, you can fall back to the older transaction-based Profiling implementation for the platforms below.
47+
48+
Transaction-based Profiling requires Sentry's tracing product being enabled beforehand. To enable tracing and performance monitoring features in the SDK, check out our [Insights guide](/product/insights/).
49+
50+
</Alert>
51+
52+
- [Browser JavaScript](/platforms/javascript/profiling/) [beta]
53+
- Mobile
54+
- [React Native](/platforms/react-native/profiling/) [beta]
55+
- [Flutter](/platforms/dart/guides/flutter/profiling/) [experimental, iOS and macOS only]
56+
- [.NET](/platforms/dotnet/guides/maui/profiling/) [experimental, iOS only]
57+
- Standalone and server apps
58+
- [PHP](/platforms/php/profiling/)
59+
- [Ruby](/platforms/ruby/profiling/) [beta]
60+
- [.NET](/platforms/dotnet/profiling/) [experimental]
61+

0 commit comments

Comments
 (0)