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.
1 parent 1e182f3 commit b9e0135Copy full SHA for b9e0135
CHANGELOG.md
@@ -1,7 +1,20 @@
1
2
-## 11.8.0 (2025-02-04)
+## 12.1.0 (2025-02-19)
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
+ ```
18
## 11.7.0 (2023-02-02)
19
20
* Bumps Instabug Android SDK to `v11.8.0`
0 commit comments