Skip to content

Lenovo tab4 and sentry #5709

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 3 commits into from
Feb 9, 2018
Merged

Conversation

weberdever
Copy link
Contributor

No description provided.

Copy link
Member

@sgiehl sgiehl left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Left some comments on stuff that needs to be adjusted.

@@ -3067,6 +3067,12 @@ Lenovo:
- regex: 'Yoga Tablet([^;/]+) Build'
model: 'Yoga Tablet$1'
device: 'tablet'
- regex: 'Lenovo TB\-X704F Build/NMF26F'
model: 'Lenovo Tab 4 10 Plus'
Copy link
Member

Choose a reason for hiding this comment

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

would you remove the brand name from the model name? The model should only be Tab 4 10 Plus.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

+

- regex: 'Lenovo TB\-X704F Build/NMF26F'
model: 'Lenovo Tab 4 10 Plus'
device: 'tablet'
- regex: '(Lenovo TB[0-9]?\-[a-z0-9\-]+) Build'
Copy link
Member

Choose a reason for hiding this comment

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

Please exclude the brand name from the match by using (TB[0-9]?\-[a-z0-9\-]+) Build. There's no need to match Lenovo at all, as this is already done with the base regex for the brand.

Copy link
Contributor Author

@weberdever weberdever Feb 9, 2018

Choose a reason for hiding this comment

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

+

@sgiehl sgiehl merged commit 45878a6 into matomo-org:master Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants