We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7184bd commit e040530Copy full SHA for e040530
lib/nerves_hub/telemetry/filtered_sampler.ex
@@ -8,7 +8,7 @@ defmodule NervesHub.Telemetry.FilteredSampler do
8
9
@behaviour :otel_sampler
10
11
- @ignored_static_paths ~r/^\/(assets|fonts|images)\/.*/
+ @ignored_static_paths ~r/^\/(assets|fonts|images|css)\/.*/
12
13
@ignored_url_paths [
14
"/status/alive",
0 commit comments