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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
- Bumps Instabug iOS SDK to v11.7.0
5
5
- Adds monorepo support for source maps scripts
6
6
- Fixes global error handler not being called.
7
+
- Deprecates all module-enums (e.g. `Instabug.invocationEvent`) in favour of standalone-enums (e.g. `InvocationEvent`). See [#914](https://github.com/Instabug/Instabug-React-Native/pull/914) for more info and detailed list of Enums.
7
8
- Deprecates Instabug.start in favour of Instabug.init that takes a configuration object for SDK initialization.
8
9
- 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.
9
10
- Deprecates the enums: sdkDebugLogsLevel and logLevel in favour of a new enum LogLevel.
0 commit comments