• Robert Knight's avatar
    Whitelist Sentry error reports to only include errors from our code · 0b934afd
    Robert Knight authored
    To reduce noise from Sentry, filter events to exclude all errors which
    cannot be attributed to our code based on the URLs in the error's stack
    trace.
    
    This will prevent us from receiving reports caused by eg. script tags
    injected by browser extensions or custom browsers.
    
    There is a downside to this: We will stop receiving error reports which
    are caused by / occur in our code but cannot be attributed to it. This
    can happen for example if a promise is rejected with a non-Error value
    so no stack trace can be obtained.
    
    For the moment, we're prioritising precision (% of error reports
    actually caused by problems in our code) over recall (% of problems in
    our code that are reported).
    0b934afd
Name
Last commit
Last update
..
test Loading commit data...
account-id.js Loading commit data...
annotation-metadata.js Loading commit data...
array-util.js Loading commit data...
copy-to-clipboard.js Loading commit data...
date.js Loading commit data...
disable-opener-for-external-links.js Loading commit data...
dom.js Loading commit data...
excerpt-overflow-monitor.js Loading commit data...
fetch-config.js Loading commit data...
group-list-item-common.js Loading commit data...
group-organizations.js Loading commit data...
groups.js Loading commit data...
is-third-party-service.js Loading commit data...
memoize.js Loading commit data...
oauth-client.js Loading commit data...
on-activate.js Loading commit data...
postmessage-json-rpc.js Loading commit data...
random.js Loading commit data...
retry.js Loading commit data...
scope-timeout.js Loading commit data...
sentry.js Loading commit data...
service-context.js Loading commit data...
session-util.js Loading commit data...
state-util.js Loading commit data...
tabs.js Loading commit data...
theme.js Loading commit data...
time.js Loading commit data...
url-util.js Loading commit data...
wrap-react-component.js Loading commit data...