Skip to content

Commit

Permalink
misc(sentry): update sampled errors list (#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Jan 17, 2018
1 parent 28a429c commit a52378e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lighthouse-core/lib/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ const sentryApi = {
const SAMPLED_ERRORS = [
{pattern: /Unable to load/, rate: 0.1},
{pattern: /Failed to decode/, rate: 0.1},
{pattern: /No resource with given id/, rate: 0.01},
{pattern: /No node with given id/, rate: 0.01},
{pattern: /activity continued through the end/, rate: 0.1},
{pattern: /All image optimizations failed/, rate: 0.1},
{pattern: /No.*in trace/, rate: 0.1},
{pattern: /No firstMeaningfulPaint found/, rate: 0.1},
{pattern: /No.*resource with given/, rate: 0.01},
{pattern: /No.*node with given id/, rate: 0.01},
];

/**
Expand Down

0 comments on commit a52378e

Please sign in to comment.