Skip to content

Conversation

@benvinegar
Copy link
Contributor

Just docs for now, but we are going to deprecate these features soon.

Why?

  • fetchContext – now that you can upload source code directly to Sentry, this is unnecessary and bad practice. This feature used synchronous XHR to fetch source code, locking the UI thread / freezing browser until it completed.
  • linesOfContext – see fetchContext
  • collectWindowErrors – now that we automatically wrap browser built-ins like setTimeout, removing the window.onerror handler isn't going to stop Raven from catching all your errors. If you just want to call Raven.captureException/captureMessage, don't call Raven.install() and it should work fine.

@mattrobenolt
Copy link
Contributor

👍

benvinegar added a commit that referenced this pull request Jan 12, 2016
Remove TraceKit-specific options from docs
@benvinegar benvinegar merged commit 6d1aa8f into master Jan 12, 2016
@benvinegar benvinegar deleted the remove-tracekit-opts branch January 12, 2016 07:25
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.

3 participants