File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
static/app/components/feedback/feedbackItem Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,16 +156,16 @@ function TraceDataSection({
156156
157157 useEffect ( ( ) => {
158158 if ( isError ) {
159- trackAnalytics ( 'feedback.trace_section .error' , { organization} ) ;
159+ trackAnalytics ( 'feedback.trace-section .error' , { organization} ) ;
160160 } else if ( ! isLoading ) {
161161 if ( traceEvents . length > 1 ) {
162- trackAnalytics ( 'feedback.trace_section .loaded' , {
162+ trackAnalytics ( 'feedback.trace-section .loaded' , {
163163 numEvents : traceEvents . length - 1 ,
164164 organization,
165165 } ) ;
166166 }
167167 if ( hasProject && ! ! crashReportId && oneOtherIssueEvent ?. id === crashReportId ) {
168- trackAnalytics ( 'feedback.trace_section.crash_report_dup ' , { organization} ) ;
168+ trackAnalytics ( 'feedback.trace-section.crash-report-dup ' , { organization} ) ;
169169 }
170170 }
171171 } , [
You can’t perform that action at this time.
0 commit comments