Youssef Raafat
Youssef Raafat
## Description of the change ### Android * Use a more type-safe implementation instead of `getDeserializedValue` and `getRawValue`. * Centralize the constant conversion logic in one place, instead of the...
## Description of the change Allows passing predicates instead of strings to filter network requests. #### The deprecated method ```javascript NetworkLogger.setRequestFilterExpression('network.requestHeaders[\'accept\'] === \'application/json\''); ``` #### The new method ```javascript NetworkLogger.setFilter(network...
## Description of the change Introduce a new directory structure that's less polluted, and groups related files together: ```bash . ├── example/ # Previously InstabugSample ├── src/ │ ├── models/...
## Summary of Changes - Rename jobs to the following format `_`. - Extract `danger` to a separate job. - Extract `lint_flutter` to a separate job. - Check for format...
## Description of the change Add lint checks using ESLint and format checks using Prettier. ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue)...
## Description of the change > Description goes here ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking...
## Description of the change > Description goes here ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking...
## Description of the change The old `BugReporting.onSDKDismissedHandler` used to have wrong types in the callback as mentioned in #620. This PR introduces a new API called `BugReporting.onDimissHandler` that has...