1.0.0 Beta Release
·
225 commits
to master
since this release
The 1.0.0 Beta release of raygun4reactnative implements some significant updates related to the user interface and functionality.
- getTags method added.
- getUser method added.
- getBreadcrumbs method added.
- clearBreadcrumbs method added.
- getCustomData method added.
- setMaxReportsStoredOnDevice method added.
- addTag has been renamed to setTags.
- setUser has removed functionality to create a user with string id.
- addCustomData has been renamed to setCustomData.
- sendError method parameters updated, now using one object to parse tags and custom data.
- sendError method updated, now using params as local data.
- RUM session ID now using a GUID rather than deviceID.
- RUM views load times are based on individual activity/view components.
- Users, Tags, Breadcrumbs and CustomData now individually accessible and changeable.
- iOS native bridge has been implemented and is now working.
- Logging levels have been implemented into the provider. These can be set with the init method now.
- Error caching has been removed from the native bridge and implemented React-Native side. This means that the library has one dependency. However, the implementation in this dependency exceeds the old implementation in speed and reliability.
- The demo application has had a huge rework, now all functionality from this library is utilized in the demo application.