You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds monorepo support for source maps automatic upload scripts.
Adds gradle and ruby files to integrate native SDKs within exiting native apps. See #919 for more info.
Deprecates all module-enums (e.g. Instabug.invocationEvent) in favour of standalone-enums (e.g. InvocationEvent). See #914 for more info and the detailed list of Enums.
Deprecates Instabug.start in favour of Instabug.init.
Deprecates Instabug.setDebugEnabled, Instabug.setSdkDebugLogsLevel, and APM.setLogLevel in favour of debugLogsLevel property of Instabug.init.
Deprecates Instabug.isRunningLive API.
Fixes external global error handlers not being called after initializing Instabug.
Fixes BugReporting.setDidSelectPromptOptionHandler on iOS.
Exports native Android SDK using api instead of implementation.