We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b8528 commit 8b53296Copy full SHA for 8b53296
src/components/onboarding/index.tsx
@@ -50,6 +50,15 @@ const optionDetails: Record<
50
</span>
51
),
52
},
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
+ },
62
'source-context': {
63
name: 'Source Context',
64
description: (
@@ -88,6 +97,7 @@ const OPTION_IDS = [
88
97
'performance',
89
98
'profiling',
90
99
'session-replay',
100
+ 'user-feedback',
91
101
'source-context',
92
102
'dsym',
93
103
'source-maps',
0 commit comments