Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions static/app/components/events/interfaces/threads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ export function Threads({data, event, projectSlug, groupingCurrentLevel, group}:
<InterimSection
title={tn('Stack Trace', 'Stack Traces', threads.length)}
type={SectionKey.STACKTRACE}
disableCollapsePersistence
>
<Flex column gap={space(2)}>
{threadComponent}
Expand Down
1 change: 1 addition & 0 deletions static/app/components/events/traceEventDataSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ export function TraceEventDataSection({
type={type}
showPermalink={!hasStreamlinedUI}
title={title}
disableCollapsePersistence
actions={
!stackTraceNotFound && (
<ButtonBar gap={1}>
Expand Down
Loading