Files
danbooru/config/initializers
evazion a2a4ab887d newrelic: insert browser timing header manually.
Insert the <script> tag that monitors browser timing into the <head>
manually. This is to avoid this error:

    Skipping RUM instrumentation. Unable to find <body> tag in first 50000 bytes of document.

See also https://docs.newrelic.com/docs/agents/ruby-agent/features/new-relic-browser-ruby-agent/#manual_instrumentation
2021-09-27 00:46:13 -05:00
..
2021-09-20 01:32:12 -05:00
2020-07-10 00:18:30 -05:00
2021-03-29 03:01:02 -05:00

Initializers

This directory contains initializers run by Rails during bootup. Initializers are generally used to configure libraries or other global settings during application boot.

See also

External links