-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Capture user agent and referrer analytics #2349
Conversation
🤖 Hasura Change Summary compared a subset of table metadata including permissions: Updated Tables (1)
|
52298d1
to
13beef4
Compare
Removed vultr server and associated DNS entries |
5f25af7
to
b4460c4
Compare
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 great and worked as expected for me on the pizza 👍
@@ -129,7 +130,7 @@ export const AnalyticsProvider: React.FC<{ children: React.ReactNode }> = ({ | |||
|
|||
async function track(direction: AnalyticsLogDirection, analyticsId: number) { | |||
const metadata = getNodeMetadata(); | |||
const node_title = | |||
const nodeTitle = |
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.
Great spot and tidy up 🙌
What does this PR do?
Screenshots