Feat/add sol - #370
Open
0xfaan wants to merge 3 commits into
Open
Conversation
…gestion - Add lib/observability.ts with AxiomLogger, captureError, identifyUser, addBreadcrumb, and withRouteObservability HOF - Configure sentry.client.config.ts with session replay, noise filters, and wallet-address redaction in breadcrumbs - Configure sentry.server.config.ts with secret-key redaction in extras - Configure sentry.edge.config.ts for low-overhead edge sampling - Wire Sentry into Next.js via instrumentation.ts and next.config.mjs - Wrap stellar-p2p, stellar-swap, stellar-offramp SDK calls with structured try/catch forwarding to Sentry + Axiom - Add captureError + log to all API route handlers: onramp/create-order, offramp/create-order, bills/initiate, payments/mobile-money/initiate, withdrawals, exchange-rate, rates, kyc/initiate Closes kellymusk#1
Documents every environment variable used by the application: - App / Next.js base URLs and demo mode flag - Stellar network settings (network, Horizon URL) - All stablecoin issuer addresses (cNGN, cKES, cGHS, cZAR, cUGX, USDC, EURC) - Paystack keys + webhook secret - Flutterwave keys, encryption key + webhook hash - M-Pesa / Daraja consumer credentials, shortcode, passkey, env - MTN MoMo subscription key, API user, API key, base URL, target env - Upstash Redis REST URL + token for rate limiting - Alchemy API key and per-chain RPC URLs (ETH, Polygon, Base) - Sentry DSN (public + server), auth token, org, project - Axiom ingest token + dataset name - Vercel CI tokens and git SHA note - Lighthouse CI token - WebSocket URL for real-time bill updates Each variable is annotated with [REQUIRED] / [OPTIONAL], its default value, and a link to where the credential can be obtained. Closes kellymusk#2
Repo Avatar
|
@0xfaan is attempting to deploy a commit to the kelly musk's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@0xfaan Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
100
102
103 -
104
105 ---
106
107 ## Related Issues / PRs
108
109
110
111 -
Closes #280
Closes #282
Closes #281