Skip to content

Commit

Permalink
Merge pull request #232 from buggregator/issue/#231-fix-sentry-page-e…
Browse files Browse the repository at this point in the history
…xtra

[#231] fix sentry page extra
  • Loading branch information
Kreezag authored Nov 29, 2024
2 parents d8c24aa + cca4eae commit 4968e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/sentry/ui/sentry-page/sentry-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const exceptionsLength = computed(
/>

<SentryPageExtra
v-if="extra"
:extra="extra"
v-if="event.payload.extra"
:extra="event.payload.extra"
class="sentry-page__section"
/>
</main>
Expand Down

0 comments on commit 4968e18

Please sign in to comment.