-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollbar in Vue app causes freeze / 100% CPU usage (inf. recursion) #1126
Comments
We had this exact issue in our app.
|
I was also experiencing a similar freeze, rollbar.umn.min.js was hanging at this line: @piyushsinghania 's fix has addressed it. What rollbar functionality am I losing by removing the vueComponent parameter? |
I have the same question as that of @amokrunnr |
It can be safely omitted. This is the object representing the component where the error happened. Not selective error info, but rather the full object. This shows up as a If you're seeing an issue like described above, or an issue related to the size of the object, it can be omitted, or you can pass only the part(s) you're interested in. |
I have a color picker in my site which shows up on clicking an icon. The site is built using Vue and is integrated with Rollbar. Though rollbar is working fine and is able to log errors to the dashboard. But few days back I encountered a weird problem with rollbar, when I mistakenly missed to add the input tag for color picker.
What is expected?
Ideally there should be an error and it should be logged in rollbar.
What is happening?
There's and infinite log of warning from rollbar in the console and the CPU utilisation peaks up to 100% and the site freezes.
Removing Rollbar -
Removing rollbar integration doesn't freezes the site and logs the following warning and error in console -
Is there anything wrong with Rollbar internals? or is there a way I can tackle this problem? Thanks, Ahead!
The text was updated successfully, but these errors were encountered: