Sentry Replay's isBlocked
function recursion results in Maximum call stack size exceeded
error.
#9406
Unanswered
yogesh-datadive
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey, just to verify, what version of the SDK are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my client side only NextJS project, I have session replay setup with these options
new Sentry.Replay({ maskAllText: true, blockAllMedia: true, })
I find numerous
Maximum call stack size exceeded
error on sentry, (as shown on the following screenshot)The same sentry entry has
Related Exceptions
and a different error stack just below that looks like thisWhat Ive noticed is the second error stack, it always points to an input element within my pages.
Could someone help me fix this issue, or the issue is in my code/setup or on the sentry, replay's code. Thanks
Beta Was this translation helpful? Give feedback.
All reactions