chore: update tubro envs and removed plausible script
This commit is contained in:
parent
2a2c4921a7
commit
34c0e81d8e
3 changed files with 10 additions and 10 deletions
|
|
@ -86,9 +86,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||||
</div>
|
</div>
|
||||||
</AppProvider>
|
</AppProvider>
|
||||||
</body>
|
</body>
|
||||||
{process.env.VITE_PLAUSIBLE_DOMAIN && (
|
|
||||||
<Script defer data-domain={process.env.VITE_PLAUSIBLE_DOMAIN} src="https://plausible.io/js/script.js" />
|
|
||||||
)}
|
|
||||||
{!!isSessionRecorderEnabled && process.env.VITE_SESSION_RECORDER_KEY && (
|
{!!isSessionRecorderEnabled && process.env.VITE_SESSION_RECORDER_KEY && (
|
||||||
<Script id="clarity-tracking">
|
<Script id="clarity-tracking">
|
||||||
{`(function(c,l,a,r,i,t,y){
|
{`(function(c,l,a,r,i,t,y){
|
||||||
|
|
|
||||||
|
|
@ -68,9 +68,6 @@ export function Layout({ children }: { children: ReactNode }) {
|
||||||
</div>
|
</div>
|
||||||
</AppProvider>
|
</AppProvider>
|
||||||
<Scripts />
|
<Scripts />
|
||||||
{process.env.VITE_PLAUSIBLE_DOMAIN && (
|
|
||||||
<Script defer data-domain={process.env.VITE_PLAUSIBLE_DOMAIN} src="https://plausible.io/js/script.js" />
|
|
||||||
)}
|
|
||||||
{!!isSessionRecorderEnabled && process.env.VITE_SESSION_RECORDER_KEY && (
|
{!!isSessionRecorderEnabled && process.env.VITE_SESSION_RECORDER_KEY && (
|
||||||
<Script id="clarity-tracking">
|
<Script id="clarity-tracking">
|
||||||
{`(function(c,l,a,r,i,t,y){
|
{`(function(c,l,a,r,i,t,y){
|
||||||
|
|
|
||||||
14
turbo.json
14
turbo.json
|
|
@ -9,16 +9,22 @@
|
||||||
"VITE_SPACE_BASE_PATH",
|
"VITE_SPACE_BASE_PATH",
|
||||||
"VITE_WEB_BASE_URL",
|
"VITE_WEB_BASE_URL",
|
||||||
"VITE_LIVE_BASE_URL",
|
"VITE_LIVE_BASE_URL",
|
||||||
"VITE_PLAUSIBLE_DOMAIN",
|
"VITE_LIVE_BASE_PATH",
|
||||||
"VITE_CRISP_ID",
|
|
||||||
"VITE_ENABLE_SESSION_RECORDER",
|
"VITE_ENABLE_SESSION_RECORDER",
|
||||||
"VITE_SESSION_RECORDER_KEY",
|
"VITE_SESSION_RECORDER_KEY",
|
||||||
"VITE_EXTRA_IMAGE_DOMAINS",
|
|
||||||
"VITE_POSTHOG_KEY",
|
"VITE_POSTHOG_KEY",
|
||||||
"VITE_POSTHOG_HOST",
|
"VITE_POSTHOG_HOST",
|
||||||
"VITE_POSTHOG_DEBUG",
|
"VITE_POSTHOG_DEBUG",
|
||||||
"VITE_SUPPORT_EMAIL",
|
"VITE_SUPPORT_EMAIL",
|
||||||
"ENABLE_EXPERIMENTAL_COREPACK"
|
"ENABLE_EXPERIMENTAL_COREPACK",
|
||||||
|
"VITE_SENTRY_DSN",
|
||||||
|
"VITE_SENTRY_ENVIRONMENT",
|
||||||
|
"VITE_SENTRY_SEND_DEFAULT_PII",
|
||||||
|
"VITE_SENTRY_TRACES_SAMPLE_RATE",
|
||||||
|
"VITE_SENTRY_PROFILES_SAMPLE_RATE",
|
||||||
|
"VITE_SENTRY_REPLAYS_SESSION_SAMPLE_RATE",
|
||||||
|
"VITE_SENTRY_REPLAYS_ON_ERROR_SAMPLE_RATE",
|
||||||
|
"VITE_APP_VERSION"
|
||||||
],
|
],
|
||||||
"globalDependencies": ["pnpm-lock.yaml", "pnpm-workspace.yaml", ".npmrc"],
|
"globalDependencies": ["pnpm-lock.yaml", "pnpm-workspace.yaml", ".npmrc"],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue