-
Currently, if the navigation occurs right after the `notify` call, the HTTP request gets cancelled.
This new `Navigator.sendBeacon()` browser API is here to solve this:
https://developer.mozilla.o…
-
Several organisations faced repeated sync timeouts while syncing media content from their device.
There are several bugsnag errors, which were encountered in this area.. We might have to investigate …
-
This can be folded to better use the sign argument to copysign
```
float copysign_conditional(bool cond, float x, float val) {
return __builtin_copysignf(val, cond && x < 0.0f ? -1.0f : 1.0f);…
-
The new version [v3.9.5](https://github.com/lightbend/scala-logging/releases/tag/v3.9.5) no longer accepts the varargs logging methods being wrapped, so a class like such will fail to compile:
```sca…
-
## Bugsnag に来たエラーの対応方針
Ignored / Snoozed / Fixed の使い分けや、対応の優先度などが曖昧だったので、相談して対応方針を明文化した(詳しくはチーム向けの esa 記事で)。
まずは Snoozed → GitHub issue で対応 → Fixed という流れだが、進み具合が把握できるように気をつけた。
未対応のエラーだけが **Fo…
-
It getting crash when trying to read or download pdf in a few Android devices (5.1, 6.0.1, 9-showing blank). It's very random.
**Version**:
"rn-fetch-blob": "0.10.15",
"react-native-pdf": "5.0.1…
-
I'm using webpack 3.12 and I do codesplitting on my js into chunks and use query strings to version them e.g. `page1.chunk.js?id=abcdef`. The file is then saved as `page1.chunk.js`. Problem is, the qu…
-
### Describe the problem
When using error reporting tools like Sentry/Bugsnag/Rollbar, etc. the stack trace is much more readable if you upload your sourcemaps.
Currently, when setting `build.sour…
-
Hi, I'm getting this error when running `bundle exec rake db:find_indexes`:
```
NoMethodError: undefined method `sort' for "lower((manufacturing_context)::text)":String (NoMethodError)
…
-
## Description
A customer was unable to pay with a stored credit card during checkout. They were successful in the weeks before but the payment wouldn't go through on that day. The bank confirm…