Jorge Costa

Results 6 comments of Jorge Costa

@tom-andersen Indeed. It doesn't happen in version 10.15.0; I can see it using 10.16.0.

Hello guys, I'm using your firmware, and one of the features provided by the original firmware, it's the "Custom Max Power Protection". By default the Shelly app shows that it...

Hi @clr182, Yes, I can. ``` let config = BugsnagConfiguration.loadConfig() config.enabledErrorTypes.appHangs = false config.apiKey = /* API KEY */ Bugsnag.start(with: config) ```