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

chore: add cross-env for setting cmd env vars #36

Merged
merged 2 commits into from
May 24, 2023

Conversation

hirenchauhan2
Copy link
Contributor

This is to add support for setting environment variables while running some commands. e.g., FORCE_COLOR=1 next dev which will not work on windows machine natively.

I understand that the package cross-env is now in maintenance mode and no new features will be added to it. But I think for this project you don't need any other features other than setting cross-platform environment variables from the package. Refer to the issue kentcdodds/cross-env#257 for more details.

This is to add support for setting environment variables while running some commands, e.g. `FORCE_COLOR=1 next dev` which will not work on windows machine natively.
@vercel
Copy link

vercel bot commented May 24, 2023

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

Name Status Preview Comments Updated (UTC)
next-enterprise ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 5:08pm

@bmstefanski
Copy link
Contributor

Wow, thanks for this PR @hirenchauhan2. I always forget about windows users... merging!

@bmstefanski bmstefanski merged commit da0e4ef into Blazity:main May 24, 2023
@hirenchauhan2 hirenchauhan2 deleted the cross-env branch May 24, 2023 17:39
gio-moros added a commit to MyBeaconLabs/beacon-developer-next-template-2 that referenced this pull request Oct 9, 2024
* MYB-2095 initiate 2nd time flow

* chore: Update AccountDetails component to dynamically display account details

* chore: Update AccountDetails component to dynamically display account details

* Feature Fee Comparison (Blazity#35)

* 🔧 (.trunk/plugins/trunk): Update plugin version to v1.6.2 in the trunk directory
🔧 (.vscode/settings.json): Add cSpell.words configuration for "Convertion"
♻️ (CurrencyConverter.tsx): Refactor ConvertionDetails component to include exchangeRateAmount, recipientGets, and totalAmountToConvert
♻️ (ConvertionDetails.tsx): Refactor comparePriceAmount to exchangeRateAmount for consistency
♻️ (FeeComparisonBottomSheet.tsx): Refactor handleAmountDetail function to include digits parameter for formatting consistency
♻️ (FeeComparisonBottomSheet.tsx): Refactor FeeComparisonBottomSheet component to include additional props and calculations for fee comparison table and savings calculation

📝 (page.tsx): Clean up code formatting and comments in ConfirmDetails component
📝 (RemitterInfoCard.tsx): Comment out bank account details section in RemitterInfoCard component
📝 (RemitterInfoContent.tsx): Comment out bank account details section in RemitterInfoContent component

* ✨ (ConvertionDetails.tsx): add recipientGets and totalAmountToConvert props to improve conversion details display in CurrencyConverter component

* ✨ (FeeComparisonBottomSheet.tsx): Add new props to FeeComparisonBottomSheet component for bank charges, beacon charges, total amount to convert, taxes, recipient gets, and exchange rate amount.

* ♻️ (FeeComparisonBottomSheet.tsx): Change props to be optional for better flexibility and compatibility with other components

* fix(typings): fixed errors with typings

* Hotfix: deployment typings. (Blazity#36)

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fixed(error): fixing typing errors

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability (Blazity#38)

🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* Update BeneficiarySelectBottomSheet component to handle both 'kyc' and 'beni' types (Blazity#35)

* Fix: first time user flow (Blazity#39)

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* Juan/myb 2095 beneficiary second flow (Blazity#41)

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* Update BeneficiarySelectBottomSheet component to handle both 'kyc' and 'beni' types (Blazity#35)

* ✨ (UserInfoSelect.tsx): Add beniName and beniCode fields to the option interface for UserInfoSelect component (Blazity#43)

♻️ (page.tsx): Refactor variable assignments and type casting for dataKyc and selectedKyc to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for dataBeni and selectedBeni to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for amountSummary to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for remitterInfo to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for beneficiaryInfo to improve code readability
♻️ (page.tsx): Refactor handleContinueButton function to improve code readability
♻️ (page.tsx): Refactor JSX formatting for RemitterInfoCard and BeneficiaryInfoCard components for better readability
♻️ (page.tsx): Refactor JSX formatting for Button component for better readability
♻️ (page.tsx): Refactor JSX formatting for BottomSheet component for better readability

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>

* update selected value

* update value selectedOption

* update valueid in beneficiary

* juan/myb 2100 add beneficiary add payer (Blazity#44)

* Refactor PayerBank page to handle quoteId and isFirstTime flow

* Refactor BeneficiaryDetails component to handle isFirstTime flow and redirect to transaction details page based on API response

* ✨ (layout.tsx): Add metadata object for SEO purposes and define site information and icons
🔧 (layout.tsx): Add favicon and various icon files for different platforms
🔧 (layout.tsx): Add browserconfig.xml and site.webmanifest files for better web app support

* fix(deploy): typings

* fix remitter second flow

* fix beneficiari second flow

* fix 2: Add analytocs (Blazity#40)

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* 🔧 (.vscode/settings.json): add "splitio" to cSpell.words for spell check
✨ (app/layout.tsx): add Analytics component to track page views using Google Analytics and other providers
✨ (components/Analytics/Analytics.ts): implement Analytics component to initialize and track page views using different analytics providers
✨ (lib/analytics.ts): add support for Google Analytics, Datadog, and Split.io analytics providers
⬆️ (package.json): upgrade dependencies for "@datadog/browser-logs", "@datadog/browser-rum", and "@splitsoftware/splitio"

* 🐛 (analytics.ts): fix trackInteractions property to trackUserInteractions for better clarity and consistency in code. Add default empty string values for environment variables to prevent potential undefined errors.

* Delete .vscode/settings.json

Signed-off-by: Gio M <[email protected]>

* ✨ (env.sample): add environment variables for Next.js public API URL, version, agent, Auth0 secret, base URL, issuer base URL, client ID, client secret, Google Analytics ID, Datadog application ID, client token, site, app version, Split SDK key

* fix(datadog): deployment

---------

Signed-off-by: Gio M <[email protected]>

* update title in beneficiary select bottom

* Add TCS to the transaction details (Blazity#45)

* ✨ (ConvertionDetails.tsx): Update handleAmountDetail function to accept currency as optional parameter
🐛 (page.tsx): Add tcs property to transaction details object
📝 (AmountSummaryContent.tsx): Add TCS amount detail item to amount summary content
📝 (amountSummary.ts): Add tcs property to AmountSummary type

* fix(removelogs): removed logs

* ♻️ (ConvertionDetails.tsx): refactor handleAmountDetail function parameters to improve code readability and consistency

* ✨ (analytics.ts): refactor pageView method to dynamically import datadogRum library before calling startView method to improve performance and reduce bundle size

* fix(deploy): added experiments

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Juan Rozo <[email protected]>

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Juan Rozo <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Juan Rozo <[email protected]>
gio-moros added a commit to MyBeaconLabs/beacon-developer-next-template-2 that referenced this pull request Oct 9, 2024
* MYB-2095 initiate 2nd time flow

* chore: Update AccountDetails component to dynamically display account details

* chore: Update AccountDetails component to dynamically display account details

* Feature Fee Comparison (Blazity#35)

* 🔧 (.trunk/plugins/trunk): Update plugin version to v1.6.2 in the trunk directory
🔧 (.vscode/settings.json): Add cSpell.words configuration for "Convertion"
♻️ (CurrencyConverter.tsx): Refactor ConvertionDetails component to include exchangeRateAmount, recipientGets, and totalAmountToConvert
♻️ (ConvertionDetails.tsx): Refactor comparePriceAmount to exchangeRateAmount for consistency
♻️ (FeeComparisonBottomSheet.tsx): Refactor handleAmountDetail function to include digits parameter for formatting consistency
♻️ (FeeComparisonBottomSheet.tsx): Refactor FeeComparisonBottomSheet component to include additional props and calculations for fee comparison table and savings calculation

📝 (page.tsx): Clean up code formatting and comments in ConfirmDetails component
📝 (RemitterInfoCard.tsx): Comment out bank account details section in RemitterInfoCard component
📝 (RemitterInfoContent.tsx): Comment out bank account details section in RemitterInfoContent component

* ✨ (ConvertionDetails.tsx): add recipientGets and totalAmountToConvert props to improve conversion details display in CurrencyConverter component

* ✨ (FeeComparisonBottomSheet.tsx): Add new props to FeeComparisonBottomSheet component for bank charges, beacon charges, total amount to convert, taxes, recipient gets, and exchange rate amount.

* ♻️ (FeeComparisonBottomSheet.tsx): Change props to be optional for better flexibility and compatibility with other components

* fix(typings): fixed errors with typings

* Hotfix: deployment typings. (Blazity#36)

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fixed(error): fixing typing errors

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability (Blazity#38)

🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* Update BeneficiarySelectBottomSheet component to handle both 'kyc' and 'beni' types (Blazity#35)

* Fix: first time user flow (Blazity#39)

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* Juan/myb 2095 beneficiary second flow (Blazity#41)

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* Update BeneficiarySelectBottomSheet component to handle both 'kyc' and 'beni' types (Blazity#35)

* ✨ (UserInfoSelect.tsx): Add beniName and beniCode fields to the option interface for UserInfoSelect component (Blazity#43)

♻️ (page.tsx): Refactor variable assignments and type casting for dataKyc and selectedKyc to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for dataBeni and selectedBeni to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for amountSummary to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for remitterInfo to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for beneficiaryInfo to improve code readability
♻️ (page.tsx): Refactor handleContinueButton function to improve code readability
♻️ (page.tsx): Refactor JSX formatting for RemitterInfoCard and BeneficiaryInfoCard components for better readability
♻️ (page.tsx): Refactor JSX formatting for Button component for better readability
♻️ (page.tsx): Refactor JSX formatting for BottomSheet component for better readability

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>

* update selected value

* update value selectedOption

* update valueid in beneficiary

* Refactor PayerBank page to handle quoteId and isFirstTime flow

* Refactor BeneficiaryDetails component to handle isFirstTime flow and redirect to transaction details page based on API response

* ✨ (layout.tsx): Add metadata object for SEO purposes and define site information and icons
🔧 (layout.tsx): Add favicon and various icon files for different platforms
🔧 (layout.tsx): Add browserconfig.xml and site.webmanifest files for better web app support

* fix(deploy): typings

* fix remitter second flow

* fix beneficiari second flow

* fix 2: Add analytocs (Blazity#40)

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* 🔧 (.vscode/settings.json): add "splitio" to cSpell.words for spell check
✨ (app/layout.tsx): add Analytics component to track page views using Google Analytics and other providers
✨ (components/Analytics/Analytics.ts): implement Analytics component to initialize and track page views using different analytics providers
✨ (lib/analytics.ts): add support for Google Analytics, Datadog, and Split.io analytics providers
⬆️ (package.json): upgrade dependencies for "@datadog/browser-logs", "@datadog/browser-rum", and "@splitsoftware/splitio"

* 🐛 (analytics.ts): fix trackInteractions property to trackUserInteractions for better clarity and consistency in code. Add default empty string values for environment variables to prevent potential undefined errors.

* Delete .vscode/settings.json

Signed-off-by: Gio M <[email protected]>

* ✨ (env.sample): add environment variables for Next.js public API URL, version, agent, Auth0 secret, base URL, issuer base URL, client ID, client secret, Google Analytics ID, Datadog application ID, client token, site, app version, Split SDK key

* fix(datadog): deployment

---------

Signed-off-by: Gio M <[email protected]>

* update title in beneficiary select bottom

* Add TCS to the transaction details (Blazity#45)

* ✨ (ConvertionDetails.tsx): Update handleAmountDetail function to accept currency as optional parameter
🐛 (page.tsx): Add tcs property to transaction details object
📝 (AmountSummaryContent.tsx): Add TCS amount detail item to amount summary content
📝 (amountSummary.ts): Add tcs property to AmountSummary type

* fix(removelogs): removed logs

* ♻️ (ConvertionDetails.tsx): refactor handleAmountDetail function parameters to improve code readability and consistency

* ✨ (analytics.ts): refactor pageView method to dynamically import datadogRum library before calling startView method to improve performance and reduce bundle size

* fix(deploy): added experiments

* first time user update

* remove clg

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Andres Felipe Nunez B <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>
gio-moros added a commit to MyBeaconLabs/beacon-developer-next-template-2 that referenced this pull request Oct 9, 2024
* MYB-2095 initiate 2nd time flow

* chore: Update AccountDetails component to dynamically display account details

* chore: Update AccountDetails component to dynamically display account details

* Feature Fee Comparison (Blazity#35)

* 🔧 (.trunk/plugins/trunk): Update plugin version to v1.6.2 in the trunk directory
🔧 (.vscode/settings.json): Add cSpell.words configuration for "Convertion"
♻️ (CurrencyConverter.tsx): Refactor ConvertionDetails component to include exchangeRateAmount, recipientGets, and totalAmountToConvert
♻️ (ConvertionDetails.tsx): Refactor comparePriceAmount to exchangeRateAmount for consistency
♻️ (FeeComparisonBottomSheet.tsx): Refactor handleAmountDetail function to include digits parameter for formatting consistency
♻️ (FeeComparisonBottomSheet.tsx): Refactor FeeComparisonBottomSheet component to include additional props and calculations for fee comparison table and savings calculation

📝 (page.tsx): Clean up code formatting and comments in ConfirmDetails component
📝 (RemitterInfoCard.tsx): Comment out bank account details section in RemitterInfoCard component
📝 (RemitterInfoContent.tsx): Comment out bank account details section in RemitterInfoContent component

* ✨ (ConvertionDetails.tsx): add recipientGets and totalAmountToConvert props to improve conversion details display in CurrencyConverter component

* ✨ (FeeComparisonBottomSheet.tsx): Add new props to FeeComparisonBottomSheet component for bank charges, beacon charges, total amount to convert, taxes, recipient gets, and exchange rate amount.

* ♻️ (FeeComparisonBottomSheet.tsx): Change props to be optional for better flexibility and compatibility with other components

* fix(typings): fixed errors with typings

* Hotfix: deployment typings. (Blazity#36)

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fix(typings): fixed errors with typings

* fixed(error): fixing typing errors

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability (Blazity#38)

🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* Update BeneficiarySelectBottomSheet component to handle both 'kyc' and 'beni' types (Blazity#35)

* Fix: first time user flow (Blazity#39)

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* Juan/myb 2095 beneficiary second flow (Blazity#41)

* 📝 (Header.tsx): Comment out unused SettingsButton image to improve code readability
🐛 (OtpInput.tsx): Fix issue where pasting OTP was not working correctly by adding handlePaste function to handle pasted data and update OTP input field

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* Update BeneficiarySelectBottomSheet component to handle both 'kyc' and 'beni' types (Blazity#35)

* ✨ (UserInfoSelect.tsx): Add beniName and beniCode fields to the option interface for UserInfoSelect component (Blazity#43)

♻️ (page.tsx): Refactor variable assignments and type casting for dataKyc and selectedKyc to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for dataBeni and selectedBeni to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for amountSummary to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for remitterInfo to improve code readability
♻️ (page.tsx): Refactor variable assignments and type casting for beneficiaryInfo to improve code readability
♻️ (page.tsx): Refactor handleContinueButton function to improve code readability
♻️ (page.tsx): Refactor JSX formatting for RemitterInfoCard and BeneficiaryInfoCard components for better readability
♻️ (page.tsx): Refactor JSX formatting for Button component for better readability
♻️ (page.tsx): Refactor JSX formatting for BottomSheet component for better readability

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>

* update selected value

* update value selectedOption

* update valueid in beneficiary

* Refactor PayerBank page to handle quoteId and isFirstTime flow

* Refactor BeneficiaryDetails component to handle isFirstTime flow and redirect to transaction details page based on API response

* ✨ (layout.tsx): Add metadata object for SEO purposes and define site information and icons
🔧 (layout.tsx): Add favicon and various icon files for different platforms
🔧 (layout.tsx): Add browserconfig.xml and site.webmanifest files for better web app support

* fix(deploy): typings

* fix remitter second flow

* fix beneficiari second flow

* fix 2: Add analytocs (Blazity#40)

* 🐛 (CurrencyConverter.tsx): fix logic to correctly check if user is first-time user based on API response
💡 (CurrencyConverter.tsx): refactor logic to use async/await for better readability and error handling

* 📝 (CurrencyConverter.tsx): remove unnecessary console.log statement to clean up code and improve readability

* 🔧 (.vscode/settings.json): add "splitio" to cSpell.words for spell check
✨ (app/layout.tsx): add Analytics component to track page views using Google Analytics and other providers
✨ (components/Analytics/Analytics.ts): implement Analytics component to initialize and track page views using different analytics providers
✨ (lib/analytics.ts): add support for Google Analytics, Datadog, and Split.io analytics providers
⬆️ (package.json): upgrade dependencies for "@datadog/browser-logs", "@datadog/browser-rum", and "@splitsoftware/splitio"

* 🐛 (analytics.ts): fix trackInteractions property to trackUserInteractions for better clarity and consistency in code. Add default empty string values for environment variables to prevent potential undefined errors.

* Delete .vscode/settings.json

Signed-off-by: Gio M <[email protected]>

* ✨ (env.sample): add environment variables for Next.js public API URL, version, agent, Auth0 secret, base URL, issuer base URL, client ID, client secret, Google Analytics ID, Datadog application ID, client token, site, app version, Split SDK key

* fix(datadog): deployment

---------

Signed-off-by: Gio M <[email protected]>

* update title in beneficiary select bottom

* Add TCS to the transaction details (Blazity#45)

* ✨ (ConvertionDetails.tsx): Update handleAmountDetail function to accept currency as optional parameter
🐛 (page.tsx): Add tcs property to transaction details object
📝 (AmountSummaryContent.tsx): Add TCS amount detail item to amount summary content
📝 (amountSummary.ts): Add tcs property to AmountSummary type

* fix(removelogs): removed logs

* ♻️ (ConvertionDetails.tsx): refactor handleAmountDetail function parameters to improve code readability and consistency

* ✨ (analytics.ts): refactor pageView method to dynamically import datadogRum library before calling startView method to improve performance and reduce bundle size

* fix(deploy): added experiments

* first time user update

* remove clg

* feat: Add TCS to the transaction details

---------

Signed-off-by: Gio M <[email protected]>
Co-authored-by: Andres Felipe Nunez B <[email protected]>
Co-authored-by: Gio M <[email protected]>
Co-authored-by: Gio M <[email protected]>
srravula1 pushed a commit to srravula1/next-enterprise that referenced this pull request Jan 16, 2025
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