All Versions
9
Latest Version
Avg Release Cycle
11 days
Latest Release
-

Changelog History

  • v1.5.1 Changes

    • fix system metrics collection for recent versions of recon / otp that don't include error_logger_queue_len
  • v1.5.0 Changes

    October 24, 2017
    • rate sampling for tracked metrics and custom traces
    • PryIn.GenServer for GenServer instrumentation
  • v1.4.0 Changes

    • โž• add PryIn.track_metric to track metrics outside of traces
  • v1.3.0 Changes

    August 08, 2017
    • ๐Ÿ‘ allow adding context (user id, ...) to traces with PryIn.put_context/2
    • implement custom instrumentation without phoenix for nicer usage in umbrella apps
  • v1.2.1 Changes

    August 01, 2017
    • ๐ŸŒฒ handle Ecto log entries with functions as query
    • prevent errors when traces finish during instrumentation
  • v1.2.0 Changes

    July 16, 2017
    • โœ‚ remove httpoison dependency, use hackney directly
    • โž• add PryIn.drop_trace() to prevent traces from being forwarded
  • v1.1.2 Changes

    June 26, 2017
    • ๐Ÿ›  fix for when connection_pid in an Ecto.LogEntry is nil
  • v1.1.1 Changes

    June 26, 2017
    • ๐Ÿ›  fix preload queries not appearing in traces for newer ecto versions
  • v1.1.0 Changes

    June 16, 2017
    • Multi process traces: User PryIn.join_trace(parent_pid, child_pid) to add a child process to a running trace.
    • ๐Ÿ›  [Bugfix] Do not forward controller traces with empty action
    • ๐Ÿ›  [Bugfix] Do not forward controller or custom traces when required values are empty strings. Until now, only nil was checked for.