Skip to content

feat: add gtm to load in us only#16146

Merged
emrysal merged 10 commits intomainfrom
feat/gtm-us-only
Aug 14, 2024
Merged

feat: add gtm to load in us only#16146
emrysal merged 10 commits intomainfrom
feat/gtm-us-only

Conversation

@sean-brydon
Copy link
Copy Markdown
Member

@sean-brydon sean-brydon commented Aug 9, 2024

What does this PR do?

Enables GTM to load in US only

(Please test on preview URL)

@graphite-app graphite-app Bot requested a review from a team August 9, 2024 09:49
@keithwillcode keithwillcode added consumer core area: core, team members only labels Aug 9, 2024
@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Aug 9, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (08/09/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add foundation team as reviewer" took an action on this PR • (08/12/24)

1 reviewer was added to this PR based on Keith Williams's automation.

@dosubot dosubot Bot added ui area: UI, frontend, button, form, input ✨ feature New feature or request labels Aug 9, 2024
import type { NextApiRequest, NextApiResponse } from "next";

export default function handler(req: NextApiRequest, res: NextApiResponse) {
const country = req.headers["x-vercel-ip-country"] || "Unknown";
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PeerRich
PeerRich previously approved these changes Aug 9, 2024
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 12, 2024

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 9:12am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 9:12am

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Aug 12, 2024

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

Package New capabilities Transitives Size Publisher
npm/@formkit/auto-animate@1.0.0-beta.5 None 0 35.4 kB justin-schroeder

View full report↗︎

Copy link
Copy Markdown
Contributor

@emrysal emrysal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@emrysal emrysal enabled auto-merge (squash) August 14, 2024 09:22
@emrysal emrysal merged commit c41e5dd into main Aug 14, 2024
@emrysal emrysal deleted the feat/gtm-us-only branch August 14, 2024 09:31
@github-actions
Copy link
Copy Markdown
Contributor

E2E results are ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

consumer core area: core, team members only ✨ feature New feature or request ready-for-e2e ui area: UI, frontend, button, form, input

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants