Skip to content

Commit b084ce2

Browse files
authored
Merge pull request #284 from jivanf/refactor/increase-frame-limit
Increase Sentry frame limit
2 parents 2343d55 + 9060653 commit b084ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/entities/sentry/ui/sentry-page/sentry-page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ watch(
281281
>Caused by</span>
282282
<SentryException
283283
:exception="e"
284-
:max-frames="10"
284+
:max-frames="250"
285285
/>
286286
</div>
287287
</div>

0 commit comments

Comments
 (0)