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
0
votes
2 answers

Manual Installation of bugsnag cause of app crash on launch in react native(android)?

I follow below link for manual installation of bugsnag in react native.So, after the implementation it crash the app. https://docs.bugsnag.com/platforms/react-native/react-native/manual-setup/
Qamber
  • 108
  • 8
0
votes
1 answer

Bugsnag via segment not showing any error in their dashboard

I've integrated bugsnag in react native via segment and followed all the steps provided by segment documents but still, it's not showing any sort of error or log in bugsnag dashboard. Should I implement bugsnag directly instead of relying on the…
0
votes
2 answers

Does Bugsnag detect background oom errors on iOS?

Does anyone know how to turn on background OOM reporting on Bugsnag? Bugsnag has an article titled Automatic detection and reporting of OOM errors that explicitly mentions background OOMs being disabled by default, but the linked resource for…
Jake Cronin
  • 1,002
  • 13
  • 15
0
votes
1 answer

Bugsnag setup using multiple API keys

I have an Android project that needs to have two API keys for bugsnag, so the errors of the new features that are less frequent get redirected to their own project in bugsnag. But the errors don't fire with the second API key as there's only one api…
Mr.D
  • 25
  • 1
  • 8
0
votes
1 answer

Error with tests in Android Studio when using ReLinker to load libraries

When I try to run my unit tests, ReLinker is complaining. I've added Bugsnag, and it works as it should. Later I add ReLinker like here: https://docs.bugsnag.com/platforms/android/faq/ After adding those two lines I am no longer able to run my…
0
votes
0 answers

React native - assembleDebug - issue - bugsnag

i have following issue: Execution failed for task ':bugsnag-react-native:mergeDebugGeneratedProguardFiles'. > Collection contains no element matching the predicate. If i run ./gradlew assembleDebug --debug i have this: 2021-06-04T13:18:14.602+0200…
0
votes
1 answer

Is it possible to have multiple API keys per project in Bugsnag?

We have multiple applications in Bugsnag and each one is deployed in multiple stages (dev, qa, prod) and regions (US, EU). Security good practices say we should have an API key per deployment (one key for each stage-region combination, e.g., dev-us,…
Edgar Domingues
  • 930
  • 1
  • 8
  • 17
0
votes
1 answer

How to cancel event on the bugsnag in C#?

How to cancel event on the bugsnag in C# I try something like the below but its not work func(event *bugsnag.Event, config *bugsnag.Configuration) error { for _, datum := range event.RawData { if user, ok :=…
AMustafa
  • 21
  • 2
0
votes
1 answer

How does one consume Bugsnag from singleton?

I have an ASP.NET core application that implements a singleton service. I would like errors to be sent to Bugsnag so I've added IClient bugsnag to my constructor but am getting the following error during startup: Cannot consume scoped service…
jhhwilliams
  • 2,297
  • 1
  • 22
  • 26
0
votes
1 answer

Using Bugsnag with a sharing extension

It seems evident, but I'm not seeing it in the docs: https://docs.bugsnag.com/platforms/ios/ For a sharing extension, do I need to add Bugsnag.start() into code that executes when the sharing extension launches? Thanks!
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
0
votes
0 answers

undefined is not an object (evaluating 'e.response.status')

We are getting lots of this kind of errors on bugsnag and almost all of them from ios mobile devices with all browsers. What does this error imply?
Nurullah Macun
  • 472
  • 6
  • 17
0
votes
1 answer

Best way to solve this "ReferenceError: Function is not defined"?

I have an AEM page with multiple components, these components have a .js file with a function that encloses all the client side logic. We then call that function inside the component's HTML: