You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MOB-11440] Add debugLogsLevel to InstabugConfig (#873)
After adding Instabug.init API that takes an extensible InstabugConfig, this PR does the following:
1. Adds debugLogsLevel optional property to InstabugConfig, and a new enum LogLevel which controls the verbosity of SDK logs. This works on both platforms.
2. Deprecates the old debug logs APIs and enums.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
## Unreleased
2
2
3
3
- Deprecates Instabug.start in favour of Instabug.init that takes a configuration object for SDK initialization.
4
+
- Deprecates Instabug.setDebugEnabled, Instabug.setSdkDebugLogsLevel, and APM.setLogLevel in favour of debugLogsLevel property, which can be passed to InstabugConfig while initializing the SDK using Instabug.init.
5
+
- Deprecates the enums: sdkDebugLogsLevel and logLevel in favour of a new enum LogLevel.
0 commit comments