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 dfbf0af commit 196f59bCopy full SHA for 196f59b
static/app/views/performance/transactionSummary/transactionProfiles/content.tsx
@@ -166,7 +166,7 @@ export function TransactionProfilesContent(props: TransactionProfilesContentProp
166
<RequestStateMessageContainer>
167
{t('There was an error loading the flamegraph.')}
168
</RequestStateMessageContainer>
169
- ) : isEmpty(data) ? (
+ ) : isEmpty(data) && visualization !== 'flamegraph' ? (
170
171
{t('No profiling data found')}
172
0 commit comments