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

rename in_app to library_frame, reversing meaning #385

Merged
merged 2 commits into from
Dec 8, 2017

Conversation

graphaelli
Copy link
Member

closes #384

@watson watson added the v6.2 label Dec 8, 2017
@@ -13,7 +13,7 @@ type StacktraceFrame struct {
ContextLine *string `mapstructure:"context_line"`
Module *string
Function *string
InApp *bool `mapstructure:"in_app"`
InLibrary *bool `mapstructure:"library_frame"`
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd prefer to also call it LibraryFrame here as it is more consistent.

Copy link
Member Author

Choose a reason for hiding this comment

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

I was trying to avoid repeating Frame, as in StackFrame.LibraryFrame but looking at it again I don't think it's a big deal and will change it.

@graphaelli graphaelli merged commit c602df5 into elastic:master Dec 8, 2017
@graphaelli graphaelli deleted the rename-in_app branch December 8, 2017 14:46
graphaelli added a commit to graphaelli/apm-server that referenced this pull request Dec 13, 2017
* rename in_app to library_frame, reversing meaning

closes elastic#384

* InLibrary -> LibraryFrame per feedback
graphaelli added a commit to graphaelli/apm-server that referenced this pull request Dec 13, 2017
* rename in_app to library_frame, reversing meaning

closes elastic#384

* InLibrary -> LibraryFrame per feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename in_app to lib(rary)_frame
4 participants