-
1.3.0 Stable
released this
2021-03-03 12:30:07 +00:00 | 8 commits to develop since this releaseBREAKING CHANGES
- We are not anymore supporting Tealium versions lower than 2.0.2.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.2.3 (2021-01-11) Stable
released this
2021-01-11 16:02:21 +00:00 | 9 commits to develop since this releaseNews
- adds a new param uriEncodedStackTrace to the list of key/values to log when there is a JS crash
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.2.2 (2020-08-25) Stable
released this
2020-08-25 18:06:42 +00:00 | 11 commits to develop since this releaseBugFixes
- fix issue which appeared when react-native-flipper not used
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.2.1 (2020-08-16) Stable
released this
2020-08-16 11:33:13 +00:00 | 12 commits to develop since this releaseBugFixes
- Fix small issue when app refreshed many times
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.2.0 (2020-08-08) Stable
released this
2020-08-08 11:51:33 +00:00 | 13 commits to develop since this releaseCan be plugged to Flipper with flipper-plugin-react-native-logging-tools to display all events sent to different service.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
1.1.0 (2020-07-22) Stable
released this
2020-07-20 07:19:44 +00:00 | 14 commits to develop since this releaseNews
- Support Adobe and Tealium
- Can exclude service by message type, if we don't want to send each message type to each service (eg. network error..)
- Increase reactotron plugin's limit to 5Bugfixes
- improve the support of typescriptDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
1.0.2 (2020-07-11) Stable
released this
2020-07-11 10:17:27 +00:00 | 15 commits to develop since this releaseBREAKING CHANGES
-
setupReactotron takes an object as a parameter and not only a string
-
Instead of setup reactotronRedux during the initialization to plug plugin eg redux, we will keep only reactotron's initialization and add plugins as an array and plug to reactotron on the library's side
before:
init({ config: { Reactotron, reactotronRedux, AsyncStorage } });
setupReactotronWithRedux('app_name');now:
init({ config: { Reactotron, AsyncStorage } });
setupReactotron({ name: 'app_name' }, [reactotronRedux(), ...otherPlugins()]);
News
- Can set reactotron's config as the user want
- Can plug up to 3 additional plugins to reactotron
BugFixes
- fix IDE integration
- fix sensitiveData's status to optional
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-