Skip to content

Update TypeScript d.t.s (fixes #698) #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2016
Merged

Update TypeScript d.t.s (fixes #698) #699

merged 1 commit into from
Aug 25, 2016

Conversation

benvinegar
Copy link
Contributor

@benvinegar benvinegar commented Aug 24, 2016

cc @macqueen @marcomorain

This change is Reviewable

@@ -381,6 +381,7 @@ Raven.prototype = {
if (this._breadcrumbs.length > this._globalOptions.maxBreadcrumbs) {
this._breadcrumbs.shift();
}
return this;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consistency with other captureX methods, which are chainable.

@macqueen
Copy link

Reviewed 3 of 3 files at r1.
Review status: all files reviewed at latest revision, 1 unresolved discussion.


Comments from Reviewable

@benvinegar benvinegar merged commit c39b7e1 into master Aug 25, 2016
@benvinegar benvinegar deleted the update-ts branch August 25, 2016 03:02
denstepa pushed a commit to denstepa/raven-js that referenced this pull request Jan 5, 2017
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.

2 participants