Skip to content

Commit 8b53296

Browse files
committed
Add user feedback option to onboarding component
1 parent 50b8528 commit 8b53296

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/onboarding/index.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ const optionDetails: Record<
5050
</span>
5151
),
5252
},
53+
'user-feedback': {
54+
name: 'User Feedback',
55+
description: (
56+
<span>
57+
Collect user feedback from anywhere in your application with an embeddable widget
58+
that allows users to report bugs and provide insights.
59+
</span>
60+
),
61+
},
5362
'source-context': {
5463
name: 'Source Context',
5564
description: (
@@ -88,6 +97,7 @@ const OPTION_IDS = [
8897
'performance',
8998
'profiling',
9099
'session-replay',
100+
'user-feedback',
91101
'source-context',
92102
'dsym',
93103
'source-maps',

0 commit comments

Comments
 (0)