rollbar / rollbar.js

Error tracking and logging from Javascript to Rollbar
https://docs.rollbar.com/docs/javascript
MIT License
566 stars 212 forks source link

Rollbar: Unexpected Rollbar.loadFull() called on a Notifier instance. #1141

Open drkelly58 opened 2 months ago

drkelly58 commented 2 months ago

I'm getting this message in the console. Rollbar: Unexpected Rollbar.loadFull() called on a Notifier instance. This can happen when Rollbar is loaded multiple times.

My app is Ruby 3.0.3/Rails 7.0 with Rollbar gem v3.4.0

I've initialized Rollbar js via the config and not loading it anywhere else.

My guess is this is caused by turbolinks, but I don't see anyway of fixing it.

Thanks in advance for your help