Skip to content

Commit b9e0135

Browse files
committed
fix: update change log
1 parent 1e182f3 commit b9e0135

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11

2-
## 11.8.0 (2025-02-04)
2+
## 12.1.0 (2025-02-19)
33
* Bumps Instabug iOS SDK to `v12.1.0`
4-
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+
```
518
## 11.7.0 (2023-02-02)
619

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

0 commit comments

Comments
 (0)