mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
[PR #108] [MERGED] minor: Swap gtag for supabase #195
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langsmith-docs/pull/108
Author: @bracesproul
Created: 3/11/2024
Status: ✅ Merged
Merged: 3/11/2024
Merged by: @hinthornw
Base:
main← Head:brace/swap-gtag-supabase📝 Commits (7)
319af8edocs[minor]: Swap gtag for supabasedd58f08crd1f1f25perfer dotenv over docusoarus dotenv plugin95662b4drop gen from build4ea27e3drop supabase dep9360b24drop types file9575f34add back supabase dev dep📊 Changes
7 files changed (+290 additions, -29 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.yarn/install-state.gz(+0 -0)📝
docusaurus.config.js(+6 -1)📝
package.json(+6 -1)➖
src/analytics.js(+0 -5)📝
src/theme/Feedback.js(+61 -19)📝
yarn.lock(+216 -3)📄 Description
Added deps:
@supabase/supabase-js- for sending insertssupabase- dev dep, for generating types via clidotenvfor loading env varsAdded script:
yarn gen- will auto generate the database schema types using the supabase CLI. Not necessary for development, but is useful. Requires authing with the supabase CLI (will error out w/ instructions if you're not authed).Added functionality:
https://api.ipify.orgso we can filter out abuse down the line)TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.