Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update React Native banner to Beta #7667

Merged
merged 8 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/platforms/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ description: "Learn how to enable profiling in your app if it is not already set

<Note>

React Native Profiling is currently in alpha. Alpha features are still in progress and may have bugs. We recognize the irony.
React Native Profiling is currently in beta. Beta features are still in progress and may have bugs. We recognize the irony.

</Note>

Expand Down Expand Up @@ -290,7 +290,7 @@ sentry_sdk.init(

<Note>

Profiling for React Native is available in alpha in SDK versions `5.8.0` and above. Currently, it supports profiling the JavaScript layer. Combined profiling with native Android/iOS layers isn't supported at this time.
Profiling for React Native is available in beta in SDK versions `5.8.0` and above. Currently, it supports profiling the JavaScript layer. Combined profiling with native Android/iOS layers isn't supported at this time.

</Note>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: React Native
doc_link: https://docs.sentry.io/platforms/react-native/profiling/
support_level: alpha
support_level: beta
type: language
---

<div class='alert warning'>
React Native Profiling is currently in alpha, and there may be some bugs. We recognize the irony.
React Native Profiling is currently in beta, and there may be some bugs. We recognize the irony.
</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: React Native
doc_link: https://docs.sentry.io/platforms/react-native/profiling/
support_level: alpha
support_level: beta
type: language
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: React Native
doc_link: https://docs.sentry.io/platforms/react-native/profiling/
support_level: alpha
support_level: beta
type: language
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: React Native
doc_link: https://docs.sentry.io/platforms/react-native/profiling/
support_level: alpha
support_level: beta
type: language
---

Expand Down
Loading