Skip to content

Conversation

hayes
Copy link
Contributor

@hayes hayes commented Oct 22, 2013

This adds 2 new config options:

  1. collectWindowErrors: allows you to have ranven ignore window errors, and only log the errorrs you specifically catch and pass to raven
  2. shouldReportErrorCallback: a callback that is called after stacktrace passes an error to raven.js. If this function does not return true, the error will not be processed. This function takes 3 parameters, stackInfo and options (from tracekit) and a callback that can be called to process the error asynchronously

@hayes hayes closed this Oct 23, 2013
mydea added a commit that referenced this pull request Jan 5, 2024
- fix(rrweb): Use unpatched requestAnimationFrame when possible [#150](getsentry/rrweb#150)
- ref: Avoid async in canvas (#143)
- feat: Bundle canvas worker manually (#144)
- build: Build for ES2020 (#142)
mydea added a commit that referenced this pull request Jan 8, 2024
- fix(rrweb): Use unpatched requestAnimationFrame when possible [#150](getsentry/rrweb#150)
- ref: Avoid async in canvas (#143)
- feat: Bundle canvas worker manually (#144)
- build: Build for ES2020 (#142)
mydea added a commit that referenced this pull request Jan 10, 2024
This bump contains the following changes:

- fix(rrweb): Use unpatched requestAnimationFrame when possible
[#150](getsentry/rrweb#150)
- ref: Avoid async in canvas
[#143](getsentry/rrweb#143)
- feat: Bundle canvas worker manually
[#144](getsentry/rrweb#144)
- build: Build for ES2020
[#142](getsentry/rrweb#142)

Extracted out from
#9826

Closes #6946
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant