Skip to content
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

Update type definitions for breadcrumbs #963

Merged
merged 5 commits into from
May 30, 2017
Merged

Update type definitions for breadcrumbs #963

merged 5 commits into from
May 30, 2017

Conversation

tomasklingen
Copy link
Contributor

@tomasklingen tomasklingen commented May 24, 2017

Updates the typings for some breadcrumb related methods to match documentation.

Related to #897

@@ -245,3 +248,22 @@ interface RavenTransportOptions {
interface RavenPlugin {
(raven: RavenStatic, ...args: any[]): RavenStatic;
}

interface BreadCrumb {
Copy link
Contributor

Choose a reason for hiding this comment

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

BreadCrumb for consistency should be written as Breadcrumb.

@tomasklingen
Copy link
Contributor Author

Anything that needs to happen before this can be approved?

Btw. I'm willing to add more type definitions later on for more than just breadcrumbs. I'm sure there is demand for this. What's your opinion on this subject?

@benvinegar
Copy link
Contributor

I'm sure there is demand for this. What's your opinion on this subject?

As long as nothing breaks for users, I'm happy to approve more PRs.

@benvinegar benvinegar merged commit 00fd792 into getsentry:master May 30, 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.

3 participants