Xander
Xander
Hey @xtagon, sorry for the late response on this one. If you try the following instead: ```ruby Bugsnag.configure do |config| config.logger = Logger.new(STDOUT) config.logger.level = Logger::ERROR end ``` You should...
Hey @nkavian, based on the original problem and title of the issue, it sounds like you _should_ be able to use a local `beforeNotify()` callback to add metadata in a...
Hey @guilherme-pereira-ifood, upon closer inspection, this looks like a bug in the DexGuard plugin rather than within the `bugsnag-android-gradle-plugin`. The error message states that the problem is with the `dexguardJar`...
Hey @vmilea, thanks for raising this issue. Yes, looks like the `objdump` binaries were indeed removed in NDK r23. We'll take a look into what's possible to support this version...
Hi @Egorand, I don't have any updates for you at the moment, but we'll keep you posted on this thread when a fix is released
Hey @alcohol, cheers for the request. Full support for session tracking in Symfony is something that's on our roadmap considered for the future. We'll be sure to let you know...
Hey @bolsinga, thanks for the suggestion! Would you expect this to look like a more nuanced version of `appDidCrashLastLaunch()`? Such that it would return something like: `none`, `unhandledError`, `appUpdated`, `osUpdated`…...
Hey @sethfri, definitely, the updates to MetricKit look promising. We'll take a look into the viability of this :) For clarity of other readers: Our current App Hang detection reports...
Hey @bolsinga, the metadata is retrievable at: * event send-time in a callback using the `event.getMetadata()` method: https://docs.bugsnag.com/platforms/ios/customizing-error-reports/#getmetadata * any other time using `Bugsnag.getMetadata()`. For example, the following: ```swift let...
Hey @sethfri, no updates to report at present. It's on our roadmap, but there have been some other priorities blocking this. Will post back on this thread with any updates...