Ruby APM Troubleshooting
- 1 Minute to read
- Print
- DarkLight
- PDF
Ruby APM Troubleshooting
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
- Verify Supported Technologies
- Verify that no other profiler is installed in project.
Was this article helpful?