Releases: Instabug/Instabug-iOS
Instabug-iOS SDK v7.1
- We can now capture body of POST HTTP requests automatically. You no longer need to call
logHTTPBody:forRequest:
. - We've added a new set of APIs that give you more control over when surveys are presented in your app. Check
setSurveysEnabled:
,showSurveyIfAvailable
,hasAvailableSurveys
,setWillShowSurveyHandler
andsetDidDismissSurveyHandler
. - If you'd like to execute different code when different prompt options are selected, we've added an API that for that. Check
setDidSelectPromptOptionHandler:
. - We've added an API to disable IBGLog's automatic printing to Xcode's console. Check
setIBGLogPrintsToConsole:
.
Instabug-iOS SDK v7.0.5
Fixes an issue that may cause a crash when submitting a bug report.
Instabug-iOS SDK v7.0.4
If you've been experiencing crashes in your app from Instabug during the AWS outage, this release ensures that the SDK fails gracefully during such outages.
Instabug-iOS SDK v7.0.3
Thanks for all the great feedback you've sent us about version 7.x of the SDK! We're working hard to address everything you've sent us.
We're also sorry that a few bugs have slipped into 7.0. We've been working over the past week to fix them and to double down on our tests to make sure those aren't going to happen again. Special thanks to everyone that took the time to report those bugs. ❤️
Instabug-iOS SDK v7.0.2
Fixes an issue that would cause some crashes not to be reported to the dashboard, in addition to various other stability improvements.
Instabug-iOS SDK v7.0.1
Various fixes and stability improvements.
Instabug-iOS SDK v7.0
This is a major release of the SDK that includes some exciting new features 🎉
- You can now send surveys to your users through Instabug! Our mobile-optimized surveys let you get feedback from your users that help you make informed decisions about prioritizing your product roadmap. You can target users based on various criteria, including app version, the date they started using the app as well as custom user attributes and events.
- Bug reports now include a complete 3D view of your UI. You'll be able to debug your view hierarchy just like you do on Xcode, but right from your Instabug dashboard!
- We've redesigned our screen recording experience. You can now add voice notes while recording the screen, and while we're at it, we've thrown in a brand new, more-intuitive UI.
- Track custom user events that happen throughout your application with our new
[Instabug logUserEventWithName:params:]
API. - If you use CocoaLumberjack, you can easily include all your logs with Instabug reports. Check DDInstabugLogger.
Other changes:
IBGLog
will now print to Xcode's console when debugger is attached.- SDK is now localized into Norwegian.
- We've fixed various bugs.
Instabug-iOS SDK v6.4.1
- Fixes invalid platform in framework's Info.plist file.
Instabug-iOS SDK v6.4
- We’ve completely redesigned our screenshot annotation experience when reporting bugs and sending feedback. Your users can now move and resize the annotations they draw, blur sensitive data and magnify parts of the screenshot. We’ll also recognize the shapes they draw, and automatically turn them into circles, rectangles or arrows.
- We've made various enhancements to network logging, which we've introduced in v6.3:
- You can now set a predicate to filter out network requests from being logged based on the response details.
- If you'd like to include body of POST requests in your logs, we've added a method for that.
- If your requests URLs contain sensitive data that you'd like to obfuscate, we've introduced a new method to let you do so.
- For more details about the new APIs related to network logging, check our documentation.
- We've fixed an issue that caused an empty start alert to be shown when invocation event is set to none.
- We've fixed an issue that affected redirection inside web views in certain cases, when network logging was enabled.
- We no longer check if an email is valid when it’s set via
+ [Instabug setUserEmail:]
. - Starting from this version, we no longer support Xcode 7.x.
Instabug-iOS SDK v6.3.1
- Adds missing
UIDeviceFamily
key to framework's Info.plist