Skip to content

Refactored offline storage

Compare
Choose a tag to compare
@mduncan26 mduncan26 released this 17 Aug 03:13
· 462 commits to master since this release
6b66d44

Changes:

  • Refactored offline storage logic
    • Configure the max number of reports that can be stored (up to 64 error reports)
    • Error reports are tied to a single API key
    • Enable/disable offline storage through the RaygunSettings instance
  • Add: An internal logger for the Raygun client