Skip to content

Commit

Permalink
misc(sentry): lower "could not load stylesheet" sampling to 0.01 (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet authored and paulirish committed Jul 17, 2018
1 parent 9d43962 commit e94be2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/lib/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const SAMPLED_ERRORS = [
{pattern: /(IDLE_PERIOD|FMP_TOO_LATE)/, rate: 0.1},
{pattern: /^NO_.*/, rate: 0.1},
// Message based sampling
{pattern: /Could not load stylesheet/, rate: 0.1},
{pattern: /Could not load stylesheet/, rate: 0.01},
{pattern: /Failed to decode/, rate: 0.1},
{pattern: /All image optimizations failed/, rate: 0.1},
{pattern: /No.*resource with given/, rate: 0.01},
Expand Down

0 comments on commit e94be2c

Please sign in to comment.