-
Notifications
You must be signed in to change notification settings - Fork 11
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
remove google analytics #241
remove google analytics #241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome and thank you for contributing! Please make sure you keep Work In Progress as a draft until it is read to be reviewed.
@@ -10,12 +9,6 @@ import { ExtensionsPage } from '../components/Extensions/ExtensionsPage' | |||
import extensionsService from '../services/extensions.service' | |||
import { ExtensionsLayout } from '../layouts/ExtensionsLayout' | |||
|
|||
const AppRoutesPageSubscription = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is being used a few lines later on line 16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good find
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I need to do anything else to approve your changes?
Looks good with those changes |
The Pull Request is ready
issue-123-enable-x-does-not-disable-y
Intention
We are no longer using Google Analytics, and I see no reason to use it again in the future.
Review Points
Are there any other lines of code that need to be deleted?
The code follows best practices
any
type usedNotes