Skip to content

Commit 1bc1e4c

Browse files
committed
Add beta label
1 parent ddade00 commit 1bc1e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/js/feedback/FeedbackForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import defaultStyles from './FeedbackForm.styles';
88
import type { FeedbackFormProps, FeedbackFormState } from './FeedbackForm.types';
99

1010
/**
11+
* @beta
1112
* Implements a feedback form screen that sends feedback to Sentry using Sentry.captureFeedback.
1213
*/
1314
export class FeedbackForm extends React.Component<FeedbackFormProps, FeedbackFormState> {

0 commit comments

Comments
 (0)