Skip to content

Second Alpha Release

Choose a tag to compare

@raygun-harrison raygun-harrison released this 17 Dec 03:11
· 505 commits to master since this release
870e9dd

The second release of raygun4reactnative implements both internal and user interface updates.

User Interface: The following changes have been made to the user interface

  • filterOutReactFrames has been removed from the interface as it's functionality could be replicated with a BeforeSendHandler.
  • noAddressAt has been removed from the interface as it provided functionality outside of the scope of this API.
  • generatePayload has been removed and replaced with the ability to import the CrashReportPayload type.
  • sendCustomError has been renamed to sendError in order to maintain consistency between providers.

Along with the above changes, users are now able to import types that have been deemed necessary for development. As previously mentioned, the generatePayload method has been replaced with the ability to import the CrashReportPayload type into a project. Users can now define their variables with these types for ease of constructing parameters for the rest of the API.

Internal: The changes made in the back end of this provider are extensive. These updates were made to get the project ready for future development and changes. This new setup should provide a structure that is adaptable with upcoming changes.