-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore(api): Removes PostHog configuration and related code #707
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #707 +/- ##
=======================================
Coverage 88.80% 88.80%
=======================================
Files 163 163
Lines 11090 11090
Branches 1210 1208 -2
=======================================
Hits 9849 9849
Misses 1241 1241 ☔ View full report in Codecov by Sentry. |
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.
lgtm
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.
Can we remove the changeset file? This is a chore-related change for monitoring and observability that does not impact the consumer in any way.
Once done, feel free to merge
📦 Next.js Bundle Analysis for @blobscan/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
* chore(api): Removes PostHog configuration and related code (#707) * chore(api): Removes PostHog configuration and related code * chore(api): Added changeset * Delete .changeset/red-beers-count.md * Update helpers.ts * Update blob.test.ts.snap * Update tx.test.ts.snap --------- Co-authored-by: Luis Herasme <[email protected]>
Checklist
Description
Removed PostHog configuration and related code from the api
Related Issue
#650