We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v11.2.0
1 parent cc863e8 commit 103bd2eCopy full SHA for 103bd2e
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## Unreleased
2
3
* Bumps Instabug Android SDK to v11.4.1
4
+* Bumps Instabug iOS SDK to v11.2.0
5
* Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
6
* Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
7
* Renames Android package from com.instabug.instabugFlutter to com.instabug.flutter
ios/instabug_flutter.podspec
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
18
19
s.dependency 'Flutter'
20
- s.dependency 'Instabug', '11.0.2'
+ s.dependency 'Instabug', '11.2.0'
21
end
22
0 commit comments