Matias Pequeno
Matias Pequeno
Right now this is the way you encode responses and requests: ``` json { "response": [ { "class": "Notification", "keyPath": "notifications" }, { "class": "Notification", "pathPattern": "/my/api/path/one", "method": "GET" },...
Json is more lightweight, easier to maintain and read, and there're plenty editors out there to supplant Xcode's plist editor.
``` > Failed to notify project evaluation listener. > Could not resolve all dependencies for configuration ':_DebugCompile'. > Could not find com.google.android:support-v4:r13. Required by: :whi-weheartit-android:unspecified > com.actionbarsherlock:actionbarsherlock:4.4.0 > Could not...
We need to throttle http transactions. > @akornich another possible scenario is when Google hosting infrastructure having its bottleneck hit (that does happen occasionally) and we keep continuing hitting it...
Notion doc with details [ref](https://www.notion.so/rollbar/React-Native-SDK-improvements-46d7e93354674561a35ab68238596cc9?pvs=4).
## Description of the change This PR fully migrates the codebase from CommonJS to ES modules, updating imports/exports and related configurations. - Converted require/module.exports to import/export in all source files...
## Description of the change This PR enables replay recording by default as per the DoD of the related ticket. ## Related issues [PRO-533/story-enable-session-recording-via-sdk](https://linear.app/rollbar-inc/issue/PRO-533/story-enable-session-recording-via-sdk)
## Description of the change > Please include a summary of the change and which issues are fixed. > Please also include relevant motivation and context. ## Type of change...
## Description of the change I was getting tired of the relative subdirs when doing imports and checked if there's an idiomatic way of improving how we can refer to...
``` $ npm run test_ci > [email protected] test_ci > ./node_modules/.bin/grunt test Running "test-server" task Running "vows:all" (vows) task /Users/matux/code/rollbar/rollbar-js/src/utility/replace.ts:10 export default function replace( ^^^^^^ SyntaxError: Unexpected token 'export' at wrapSafe...