Skip to content

Commit 161fc3c

Browse files
Zylphrexlizokm
andauthored
chore(profiling): Add end of profiling beta alert (#6737)
* chore(profiling): Add end of profiling beta alert Clarify what happens to the profiles sent after the beta closed. * Apply suggestions from code review Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Liza Mock <[email protected]>
1 parent 386206b commit 161fc3c

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ redirect_from:
77
description: 'Get started with Profiling, which allows you to see code-level profiling information for your Sentry apps.'
88
---
99

10+
<Note>
11+
12+
The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard.
13+
14+
</Note>
15+
1016
To set up the profiling integration, use the links for supported SDKs below. Profiling helps you see code-level profiling information for your Sentry apps.
1117

1218
## Supported SDKs

src/platforms/common/profiling/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ notSupported:
2929
description: 'Learn how to enable profiling in your app if it is not already set up.'
3030
---
3131

32+
<Note>
33+
34+
The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard.
35+
36+
</Note>
37+
3238
<PlatformSection supported={["ruby"]}>
3339

3440
<Note>

src/platforms/node/common/profiling/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Profiling
33
description: 'Learn more about how to configure our Profiling integration and start profiling your code.'
44
---
55

6+
<Note>
7+
8+
The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard.
9+
10+
</Note>
11+
612
By default, Sentry error events will not get trace context unless you configure the scope with the transaction, as illustrated in the example below.
713

814
<Note>

src/platforms/php/common/profiling/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: 'Learn more about how to configure our Profiling integration and st
55

66
<Note>
77

8+
The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard.
9+
10+
</Note>
11+
12+
<Note>
13+
814
Profiling for PHP is supported with Sentry PHP SDK version `3.15.0` and above.
915

1016
</Note>

src/platforms/php/guides/laravel/profiling/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: 'Learn more about how to configure our Profiling integration and st
55

66
<Note>
77

8+
The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard.
9+
10+
</Note>
11+
12+
<Note>
13+
814
Profiling for PHP is supported with Sentry Laravel SDK version `3.3.0` and above.
915

1016
</Note>

src/platforms/php/guides/symfony/profiling/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: 'Learn more about how to configure our Profiling integration and st
55

66
<Note>
77

8+
The beta program for Profiling is now closed, but Profiling will become generally available soon. If you weren't part of the beta program, any Profiles sent during this time won't appear in your dashboard.
9+
10+
</Note>
11+
12+
<Note>
13+
814
Profiling for PHP is supported with Sentry Symfony SDK version `4.7.0` and above.
915

1016
</Note>

0 commit comments

Comments
 (0)