Ruby APM Troubleshooting
  • 1 Minute to read
  • Dark
    Light
  • PDF

Ruby APM Troubleshooting

  • Dark
    Light
  • PDF

Article Summary

Errors on Unit Tests

If you are getting errors when running unit tests you can disable the profiler w/ the instrument toggle.

Add instrument toggle to config/stackify_apm

instrument: false 

Alternatively, create an environment variable STACKIFY_INSTRUMENT with a value of false.

No APM Data


Was this article helpful?