You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks a bit like the problem reported in #2470#5172, when I initialize sentry in main.ts it triggers a serious stack overflow error
My project routing is a dynamic routing method provided by a base public library (inside the company), may this part conflict with sentry?
Expected Result
works fine
Actual Result
The text was updated successfully, but these errors were encountered:
Hi @CNlitai, thanks for writing in! Can you provide a little more information about what we're looking at here? Right now, all we know is you have a Maximum call stack size exceeded error and you run a Vue app.
For errors like these, it's usually very helpful if users provide a small and simple reproduction app so we can figure out what is causing this. A screenshot of the stack trace connected to this error would also be helpful.
As for your question about whether your dynamic routing may conflict with Sentry: Maybe, we don't know for sure. We'd have to take a look at the code.
Thanks your reply, I located the problem in this code in the project, but I don't know why a stack overflow error occurs after accessing sentry (it can run normally when sentry is not turned on).
This method is bound in the template to achieve internationalization (currently this project has not done it, so here Reflect.get() gets an undefined)
Currently I can solve this problem by passing null to the $t parameter of the _tName method. but i don't know why
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/vue
SDK Version
"@sentry/vue": "^7.6.0",
Framework Version
vue 3.2.26
Link to Sentry event
No response
Steps to Reproduce
This looks a bit like the problem reported in #2470 #5172, when I initialize sentry in main.ts it triggers a serious stack overflow error
My project routing is a dynamic routing method provided by a base public library (inside the company), may this part conflict with sentry?
Expected Result
works fine
Actual Result
The text was updated successfully, but these errors were encountered: