Skip to content

Commit e040530

Browse files
committed
Ignore the css static path
1 parent c7184bd commit e040530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nerves_hub/telemetry/filtered_sampler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule NervesHub.Telemetry.FilteredSampler do
88

99
@behaviour :otel_sampler
1010

11-
@ignored_static_paths ~r/^\/(assets|fonts|images)\/.*/
11+
@ignored_static_paths ~r/^\/(assets|fonts|images|css)\/.*/
1212

1313
@ignored_url_paths [
1414
"/status/alive",

0 commit comments

Comments
 (0)