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
24
votes
4 answers

Enable sourcemaps in Vue-Vite

Is it possible to enable sourcemaps in Vue-Vite in production environment? I would like to use it for Bugsnag. Can't find anything about it in the docs. In dev it just works out of the box.
ndberg
  • 3,391
  • 1
  • 21
  • 36
11
votes
0 answers

React Native: EXC_BAD_ACCESS·Attempted to dereference garbage pointer

We've been getting these errors randomly in our application over the past several months and they show up in Bugsnag. They definitely cause crashes as we've had internal members of our team report the crash but are then unable to reproduce them.…
dwilt
  • 617
  • 9
  • 13
7
votes
0 answers

Bugsnag Error UnhandledRejection - Rejection reason was not an Error

Our Rails app in production suddenly getting this rejection error errorClass: UnhandledRejection errorMessage: Rejection reason was not an Error. See "Promise" tab for more detail. severity: error unknown file · unknown method Not much of a log to…
aldrien.h
  • 3,437
  • 2
  • 30
  • 52
6
votes
1 answer

symfony 4 - bugsnag - Ignore specific exception type

I use bugsnag to log errors for our app. The app is built over symfony 4 and I have a custom listener that catches exceptions and treats some of them. What I need is to tell bugsnag to ignore the exceptions that I manually handle (there is no need…
zozo
  • 8,230
  • 19
  • 79
  • 134
5
votes
2 answers

How to use BugSnag inside of a nuxt.js app?

BugSnag provides a very useful and initially free product for tracking errors in your vue app. The problem is that there is no documentation for using this in a nuxt app. A plugin would be the best place to utilize it in the app. Trying to resolve…
akaHeimdall
  • 949
  • 3
  • 10
  • 29
5
votes
2 answers

Setting Bugsnag configuration options in code

In the documentation it says that I can do the following in code to further configure my integration: Each key provides an in code example and a config file example. configuration.ReleaseStage = "development"; What I am trying to do is: public…
jhhwilliams
  • 2,297
  • 1
  • 22
  • 26
5
votes
1 answer

Bugsnag + Laravel: pass contextual information with Log::error?

When calling (Illuminate\Support\Facades\)Log::error I can only see the message on Bugsnag but not the contextual information. Is there a way I can set-up Laravel/Bugsnag to also pass context? For example, when doing Log::error("Exception…
geca
  • 2,711
  • 2
  • 17
  • 26
5
votes
0 answers

Fbq (Facebook pixel) is undefined

fbq seems to be undefined in Edge and IE (11 in this case). The errors are being reported in Bugsnag if anyone is wondering where I can see them. Are there any particular configurations i can get for this to work in these browsers? I've checked it…
Luke Todd
  • 123
  • 1
  • 6
5
votes
0 answers

iOS Bugsnag exception - EXC_BAD_ACCESS _dispatch_dispose Attempted to dereference garbage pointer

I have an iOS application in production and received the below Bugsnag exception which I am not able to recreate. Can anyone help me to understand what's going on here as the attached stack trace doesn't help me to identify where exactly this is…
4
votes
2 answers

How to report any and all exceptions to Bugsnag from Laravel 5.2 app

Having installed Laravel and Bugsnag using the relevant documentation, I found that an NotFoundHttpException error for instance is not reported to Bugsnag (but notifyError yes). My question is how to set it so that all errors are reported, without…
greener
  • 4,989
  • 13
  • 52
  • 93
4
votes
2 answers

Disable bugsnag on certain instances

I'm trying to use bugsnag for Laravel 5. I got some instances of my application: local, a couple of production, testing etc. In this https://github.com/bugsnag/bugsnag-laravel documentation it says that I need to replace the Exception handler to…
Victor
  • 5,073
  • 15
  • 68
  • 120
4
votes
3 answers

How to configure Bugsnag with Resque::Failure?

I want to use Bugsnag to report failed Resque jobs. How do I configure it? The documentation specifically mentions integrations with Resque, but offers no guidance as to how. Do I have to write a Resque::Failure::Bugsnag class? Did someone else…
messanjah
  • 8,977
  • 4
  • 27
  • 40
3
votes
2 answers

Command PhaseScriptExecution failed with a nonzero exit code. Bugsnag source map upload connection timed out

I am trying to white label this github repo. https://github.com/RocketChat Here is the white label guide that the RocketChat has provided. https://developer.rocket.chat/mobile-app/mobile-app-white-labelling/ios-app-white-labelling This library is…
Zohaib Ahmad
  • 131
  • 1
  • 1
  • 9
3
votes
2 answers

ReactNative app crashes occasionally on production with no Bugsnag report

a colleague of mine is working on a legacy ReactNative app. There is quite a lot of code both in JavaScript and Java land, the latter being related to HERE Maps SDK. Two of our clients experience multiple crashes every day and we cannot figure out…
Jools
  • 41
  • 6
3
votes
2 answers

Getting error when installing Bugsnag 'Error: spawn npm ENOENT'

this is the first time I post here so apologies if I don't follow some rules or incorrect formatting. I'm making an app using React Native and Expo and when I try to install bugsnag I get this error. $ npx bugsnag-expo-cli init √ @bugsnag/expo does…
MARIANCE
  • 35
  • 3
1
2 3
9 10