Questions tagged [bugsnag]

Bugsnag is an automated crash detection platform for web and mobile applications.

Bugsnag is an automated crash detection platform for web and mobile applications.

See more:

140 questions
2
votes
1 answer

React Native - Can BugSnag or Crashlytics help to avoid white screen bug?

I have a React Native application and sometimes instead of rendering components it shows just white screen. There are no errors or exceptions, it just as empty DOM. This error appears both for Android and iOS and I can't catch any pattern when it…
2
votes
2 answers

Use Express.js in an existing Nuxt.js project

I have a project built with Nuxt.js and I want to use express to be able to report bugsnag errors on my asyncData method etc. How would I go to import that? I suppose is not as simple as npm install express --save. I already have an api written in…
user9801251
2
votes
0 answers

Not much meaningful crash reports from app in production. How to deal with them

We have an app in production and many of the errors from the crash reports (we use Sentry and BugSnag) are not very meaningful and hard to find/reproduce. How should we deal with them? Most of the time they look like as an internal errors in the…
vaklinzi
  • 1,913
  • 2
  • 18
  • 30
2
votes
2 answers

What settings can impact a Phar's ability to access itself?

This is a bit of a weird one, so please bear with me. I'm trying to get Bugsnag up and running on our custom platform. The boilerplate code looks like: if ( !include_once($NP->settings->paths->external .'/Bugsnag/guzzle.phar') ) exit('Failed to…
Spot
  • 7,962
  • 9
  • 46
  • 55
2
votes
1 answer

Bugsnag & Emberjs : application.lookup is not a function

I'm trying to configure Bugsnag in my EmberJs(v2.12) application. I am following this example: https://gist.github.com/ToddSmithSalter/23ad9ed91a693b498709 But I have an error in the browser telling that the lookup is not a…
Lucas
  • 58
  • 1
  • 6
2
votes
1 answer

react native crash in ios while running in background

My app is very similar to a fitness tracker and I have the following bug that I reproduced on iphone 5s and 5c: when I start tracking a run, under certain conditions, the application gets killed while running in the background. The conditions seem…
Jeremie
  • 1,267
  • 12
  • 33
2
votes
1 answer

Bugsnag: No API key configured, couldn't notify when deployed on heroku

I have a standard rails 4 app deployed on heroku. I'm trying to add bugsnag to it. First: I create a new project in the Bugsnag UI (https://bugsnag.com/accounts/jobteaser/projects/new), Select rails, rails generate bugsnag…
Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236
2
votes
2 answers

Bugsnag error when running artisan command

I got this error when trying to run my php artisan migrate on my production server... PHP Fatal error: Uncaught exception 'Exception' with message 'Bugsnag Error: Invalid API key' in…
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95
2
votes
1 answer

How to find any text in a event error in Bugsnag?

I need to find by any text in a Bugsnag event, but filter dashboard not offer this option. How to find any text by stacktrace, request, device or metadata informations in Bugsnag?
George Paoli
  • 2,257
  • 1
  • 24
  • 29
2
votes
1 answer

Bugsnag: Missing function mergeWith when upgrading to version 5

My iOS is using Bugsnag and I am trying to upgrade it from version 4.1.0 to version 5. The new SDK breaks a function that was available in version 4.x: [[[Bugsnag configuration] metaData] mergeWith:parameters]; Where parameters is of type…
Aviram
  • 3,017
  • 4
  • 29
  • 43
2
votes
1 answer

Run curl command in gradle at a specific point in time

I use bugsnag to monitor crashes in my Android app. I also use ProGuard when I compile a release version. I need to upload the mapping.txt file that is generated in build/outputs/mapping/prod/release folder of my project. When I run this command in…
Alon Minski
  • 1,571
  • 2
  • 19
  • 32
2
votes
2 answers

How do I make BugSnag report 404 errors

I keep getting 404 errors from people posting bad links to my site content. I realized that BugSnag isn't telling me about it, so how do I configure BugSnag to report 404 errors or throw errors in my rails app when things 404? Also, want the 404…
botbot
  • 7,299
  • 14
  • 58
  • 96
2
votes
2 answers

New Relic or Bugsnag?

Are Bugsnag and New Relic counterparts or they serve different purposes? Should I use them both on my website? I couldn't find a quick answer regarding this on Google search. I have a laravel5 app and I am on my quest of searching for a good tool to…
2
votes
1 answer

After res.send() event in Restify?

I'm trying to add Bugsnag to my Node Restify service. We have a ton of routes already and such so I'm trying not to add Bugsnag calls all over our code base and I'm also trying to do something global so there's never a mistake where a dev forgets to…
Oscar Godson
  • 31,662
  • 41
  • 121
  • 201
1
vote
0 answers

Source map can't be applied due to react-native-reanimated babel plugin

What I am seeing is adding the react-native-reanimated babel plugin (react-native-reanimated/plugin) is causing source maps to be invalid when bundling. I am using Bugsnag and it is saying my source map does not match my code. Is anyone else using…
1 2
3
9 10