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

DX-196; use axiom ingest endpoints #67

Merged
merged 82 commits into from Nov 30, 2022
Merged

DX-196; use axiom ingest endpoints #67

merged 82 commits into from Nov 30, 2022

Conversation

schehata
Copy link
Collaborator

@schehata schehata commented Sep 19, 2022

  • Separate vercel, netlify and generic config handlers
  • ensure all variables work with vercel deployments
  • ensure all variables work with netlify deployments
  • find a way to pass auth through navigator.beacon (didn't work, beacon will only be used with verbal for now)
  • review namings and code structure
  • update README/docs for vercel and non-vercel usage
  • compare verbal schema before and after change
  • send web vitals one by one on non-vercel platforms

@vercel
Copy link

vercel bot commented Sep 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
next-axiom-example ✅ Ready (Inspect) Visit Preview Nov 30, 2022 at 7:57AM (UTC)

@schehata
Copy link
Collaborator Author

this is an example of webVital request on netlify platform, I think its missing the request object, but probably this is usually generated by the proxy?

{
  "netlify": {
    "buildId": "6380f7b1da05a646c54a4b5c",
    "context": "production",
    "environment": "production",
    "source": "web-vital"
  },
  "webVital": {
    "id": "v2-1669396643686-4218206098399",
    "label": "web-vital",
    "name": "TTFB",
    "route": "/",
    "startTime": 0,
    "value": 476.00000000000006
  }
}

src/logger.ts Show resolved Hide resolved
src/logger.ts Outdated Show resolved Hide resolved
Copy link
Member

@bahlo bahlo left a comment

Choose a reason for hiding this comment

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

awesome work, let's do this 💪

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.

None yet

2 participants