Skip to content

v3.2.0

Compare
Choose a tag to compare
@UberMouse UberMouse released this 24 Feb 21:39

Bugfix:

  • Fix NoMethodError Exception: undefined method include?' for nil:NilClass in JavascriptExceptionTracking` class. Thanks @yamanaltereh for this (#141)
  • Fix (#145), "raygun4ruby will load pry if it is in the gem bundle". Thanks to @eoinkelly for reporting this

Feature:

  • If you have recorded a large number of Breadcrumbs, or just very large ones, Raygun4Ruby will now only send up to 100KB of them instead of all of them, potentially going over the 128KB payload limit Raygun accepts (#147)