Skip to content

Commit c959ee9

Browse files
authored
Merge pull request #183 from Instabug/chore/bump-sdk-to-v11.8.0
chore: bump sdk to v12.1.0
2 parents 561666f + e688747 commit c959ee9

File tree

18 files changed

+1481
-214
lines changed

18 files changed

+1481
-214
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
executor:
1111
name: android/android-machine
1212
resource-class: xlarge
13-
tag: 2022.04.1
13+
tag: '2024.01.1'
1414
steps:
1515
- checkout:
1616
path: ~/project
@@ -32,9 +32,9 @@ jobs:
3232
working_directory: example
3333
command: cordova plugins add --link ../ tests
3434
- run:
35-
name: Install Build Tools v30.0.3
35+
name: Install Build Tools v32.0.0
3636
working_directory: example
37-
command: sdkmanager "build-tools;30.0.3"
37+
command: sdkmanager "build-tools;32.0.0"
3838
- android/start-emulator-and-run-tests:
3939
run-tests-working-directory: example/platforms/android
4040
system-image: system-images;android-30;google_apis;x86
@@ -48,7 +48,7 @@ jobs:
4848
test_ios:
4949
working_directory: ~/project
5050
macos:
51-
xcode: 13.3.0
51+
xcode: 13.4.1
5252
steps:
5353
- checkout:
5454
path: ~/project
@@ -86,7 +86,7 @@ jobs:
8686
8787
publish:
8888
macos:
89-
xcode: 13.3.0
89+
xcode: 13.4.1
9090
working_directory: "~"
9191
steps:
9292
- checkout:

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2+
## 12.1.0 (2025-03-03)
3+
* Bumps Instabug iOS SDK to `v12.1.0`
4+
* Bumps Instabug Android SDK to `v12.1.0`
5+
6+
### Changed
7+
8+
- Add the new repro steps configuration API `Instabug.setReproStepsConfig`
9+
- Remove deprecated APIs `Instabug.setDebugEnabled` in favour of `debugLogsLevel` property of `Instabug.init`.
10+
- Adds the new `Instabug.init` API to start the SDK as follows:
11+
```js
12+
Instabug.init({
13+
token: '<APP_TOKEN>',
14+
invocationEvents: [BugReporting.invocationEvents.button],
15+
debugLogsLevel: ArgsRegistry.logLeve.verbose,
16+
});
17+
```
118
## 11.7.0 (2023-02-02)
219

320
* Bumps Instabug Android SDK to `v11.8.0`

0 commit comments

Comments
 (0)