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

Create LaunchDarkly adapter #2

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Conversation

AndyBitz
Copy link

@AndyBitz AndyBitz commented Dec 12, 2024

Adds a new adapter for LaunchDarkly.

It requires the following env variables for the default adapter:

  • EDGE_CONFIG: The Edge Config connection string that the LaunchDarkly integration syncs into
  • LAUNCHDARKLY_CLIENT_SIDE_ID: The LaunchDarkly Client Side Key
  • LAUNCHDARKLY_PROJECT_SLUG: They LaunchDarkly project slug in order to link to the flag on app.launchdarkly.com

Copy link

vercel bot commented Dec 12, 2024

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

Name Status Preview Comments Updated (UTC)
facets-partial-prerendering ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 1:47pm
flags-sdk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 1:47pm
flags-sdk-snippets ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 1:47pm
summer-sale ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 1:47pm
winter-sale ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 1:47pm

Copy link

socket-security bot commented Dec 12, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@launchdarkly/[email protected] Transitive: network +7 1.96 MB launchdarkly
npm/@sveltejs/[email protected] 🔁 npm/@sveltejs/[email protected] Transitive: filesystem +18 1.65 MB svelte-admin
npm/[email protected] 🔁 npm/[email protected] None 0 238 kB fb, gnoff, react-bot, ...1 more

🚮 Removed packages: npm/[email protected]

View full report↗︎

packages/adapter-launchdarkly/src/index.ts Outdated Show resolved Hide resolved
packages/adapter-launchdarkly/src/index.ts Outdated Show resolved Hide resolved
packages/adapter-launchdarkly/src/index.ts Outdated Show resolved Hide resolved
examples/summer-sale/app/[code]/page.tsx Outdated Show resolved Hide resolved
packages/adapter-launchdarkly/src/index.ts Outdated Show resolved Hide resolved
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.

2 participants