scoutapp / scout_apm_elixir

ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
https://scoutapm.com
Other
36 stars 20 forks source link

Adding a `direct_host` option to fix loading DevTrace assets #19

Closed itsderek23 closed 7 years ago

itsderek23 commented 7 years ago

DevTrace assets were trying to load thru the ingestion pipeline, which is incorrect. This adds a direct_host option and loads the assets from there.

It's likely only to be used in development.

This fixes the missing asset mentioned in #17.