rollbar Questions

16

Solved

About two months ago we started using Rollbar to notify us of various errors in our Web App. Ever since then we have been getting the occasional error: ResizeObserver loop limit exceeded The thin...
Montemontefiascone asked 20/3, 2018 at 12:22

6

I've just updated my Rails app to 5.2, and configured it to use the new config/credentials.yml.enc file. When I try to deploy, I get this error: NameError: uninitialized constant Rails /Users/me/...

2

Solved

Unable to use rspec and rollbar after upgrading to rails 5. Create a Rails 4 app Upgrade gemfile to use rails 5 Try adding rollbar gem/support Standard config/environment.rb: # Load the Rai...
Costermansville asked 5/4, 2018 at 19:27

1

Solved

1) I have an app created with the help of Create-react-app 2) It's not ejected 3) I don't want to upload source maps publicly 4) I have set up app to work with Rollbar.js for error tracking on p...
Calorie asked 21/6, 2019 at 11:44

1

Solved

I'm struggling with a deprecation warning in my Phoenix app : System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRA...
Longshoreman asked 15/3, 2019 at 10:0

7

Solved

How I can disable the rollbar gem from reporting errors in my development environment? I want to get errors only from staging and production, but I didn't find it in docs on Rollbar's site.
Rrhoea asked 29/10, 2013 at 11:42

1

We have a website (.Net / jquery / Bootstrap 4), using Rollbar to log Javascript errors. Rollbar is logging an intermittent Javascript error with the message "Not a Product." For the trace, it only...
Hett asked 14/11, 2017 at 13:58

1

I've implemented a real-time chat system using ActionCable. It works, but I keep getting exception notices from Rollbar for the /cable endpoint in production (Heroku). 2017-07-18T15:36:54.738588+0...
Formalin asked 18/7, 2017 at 15:43

1

Solved

I'm getting a strange error logged on my production server for my Rails 4 app: ActionController::RoutingError: No route matches [GET] "/sign_up" This is obviously concerning because it would mea...
Dispel asked 27/11, 2016 at 21:45

1

To use the Rollbar service, Bitcode needs to be disabled for traceback symbolization. I also have to upload the dSYM file to Rollbar. But where do I get the dSYM file when Bitcode is disabled? Norm...
Brantbrantford asked 16/10, 2016 at 8:40

2

Solved

I see Mike recommends using an error service to report errors that happen during sidekiq jobs over here: https://www.mikeperham.com/2013/08/25/please-use-an-error-service There's also this gem, wh...
Eke asked 26/4, 2016 at 23:42

1

Solved

I've recently set up Rollbar for my rails app. It's reporting the errors but not always with context. In order to get context you need to catch the exception and pass in the error begin # code.....
Madelle asked 7/9, 2015 at 20:56
1

© 2022 - 2024 — McMap. All rights reserved.