From 975c694313d8bc1b8fd474ee5264f47185db93da Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:18:13 +0000 Subject: [PATCH] [getsentry/action-github-commit] Auto commit --- src/components/sdkOption/index.tsx | 87 +++++++++++++++--------------- 1 file changed, 43 insertions(+), 44 deletions(-) diff --git a/src/components/sdkOption/index.tsx b/src/components/sdkOption/index.tsx index d4f8ffce1795e..47156c760b40e 100644 --- a/src/components/sdkOption/index.tsx +++ b/src/components/sdkOption/index.tsx @@ -29,8 +29,7 @@ export function SdkOption({ return ( - -
+

-
- +
+
- {type && ( - - - - - )} - {defaultValue && ( - - - - - )} - - - {envVar && ( - - - - - )} - - + {type && ( + + + + + )} + {defaultValue && ( + + + + + )} + + + {envVar && ( + + + + + )} + + - {showBrowserOnly && ( - - - - - )} + {showBrowserOnly && ( + + + + + )} - {showServerLikeOnly && ( - - - - - )} + {showServerLikeOnly && ( + + + + + )}
Type - {type} -
Default - {defaultValue} -
ENV Variable - {envVar} -
Type + {type} +
Default + {defaultValue} +
ENV Variable + {envVar} +
Only available onClient
Only available onClient
Only available onServer
Only available onServer