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
1 answer

Where to put Bugsnag scripts for Chrome Extension integration

I'm working on a Chrome extension for the first time and trying to integrate Bugsnag js error reporting. I found a lot of useful information, but I don't understand how to actually load bugsnag into the extension. (e.g. in the background script,…
abaldwinhunter
  • 107
  • 1
  • 2
  • 8
0
votes
1 answer

Sidekiq Bugsnag Middleware

Is there a way to integrate Bugsnag to rescue all exceptions for Sidekiq and send notifications? I can't find it in the docs. def call(_worker, _msg, _queue) Bugsnag.before_notify_callbacks << lambda do |notif| notif.add_tab( :gem_version, …
Natus Drew
  • 1,876
  • 1
  • 21
  • 23
-1
votes
0 answers

SyntaxError · Unexpected token '<'

Bugsnag is capturing a SyntaxError Unexpected token '<' in production but the app is running fine in all stages. I saw in some of the forums with the same question as mine but the difference is that the error is not showing in the developer tools…
Allen
  • 1
  • 2
-1
votes
1 answer

How to mock Bugsnag in jest test cases for a react app

Bugsnag.start({ apiKey: BUGSNAG_KEY, plugins: [new BugsnagPluginReact()], releaseStage: process.env.NODE_ENV, appVersion: APP_VERSION, }) const ErrorBoundary = Bugsnag.getPlugin('react').createErrorBoundary(React) using "@bugsnag/js":…
Deepak
  • 261
  • 1
  • 9
-1
votes
1 answer

Bugsnag not displaying pretty error page

Below I have some code within my bootstrap.php file that should display a pretty error page whenever a page within the website can't resolve. However, the line echo 'Todo: Friendly error page'; keeps displaying before Bugsnag can get the error…
Jonathan Rauscher
  • 147
  • 1
  • 1
  • 15
1 2 3
9
10