-
### Description
In theory, Bugsnag laravel should work with Laravel Zero. However, the register provider flow of laravel zero, currently prevents us from using bugsnag. That flow is as follows:
…
-
Is this data going into a black hole that no dev ever looks at? If so, just kill it, at minimum on dev server build.
Also, where is this GA data going?
All of this sounds like an annoying performanc…
-
Looking over our open issues, and other discussions with @parsonsmatt has me considering a[nother] rewrite of this library.
There was a big shift in the deprecation of `bugsnag-haskell` in favor of…
-
### Description:
This is related to #2971, but for different reasons. I support a number of government customers that would like to bring Rocket.Chat into their enterprise. One reason why applica…
-
We should try to add this: https://docs.bugsnag.com/product/releases/#configuring-your-app-version
https://docs.bugsnag.com/platforms/php/symfony/#tracking-releases
-
# Errbit
- https://github.com/errbit/errbit
- https://errbit.com/docs/master/
# GlitchTip
* https://glitchtip.com/
* https://gitlab.com/glitchtip
And Sentry is also rather an alternative…
-
### Description
It's hard to tell what the reason for a given Bugsnag OOM crash was - whether a crash was happened by a memory leak, a retain cycle or just a high memory usage caused but the lack o…
-
```ts
import Bugsnag, { BreadcrumbType, Event, NotifiableError } from '@bugsnag/js';
```
Causes:
```
Error: Could not find module `@bugsnag/js` imported from `direwolf/system/logger`
```
@b…
-
### Description
Batching errors sent to bugsnag to enhance performance.
Currently, every `.notify()` call sends a request to the bugsnag server as far as I researched.
A same issue was created …
-
My understanding is that `Bugsnag` should be loaded before any of your code synchronously and as first script (they even suggest ``) to be sure you catch all errors.
Loading `Bugsnag` with segment wo…