Skip to content

문제 해결

This content is not available in your language yet.

Custom Event가 production에서 보이지 않음

섹션 제목: “Custom Event가 production에서 보이지 않음”

abto.events.ts에 event가 등록되어 있는지, required property와 type/enum이 맞는지 확인합니다. Production에서는 미등록 event와 schema drift event를 drop합니다.

$로 시작하는 event/property는 ABTO system namespace입니다. checkout_completed처럼 제품 도메인 이름을 사용하고, $tenant_id 같은 값을 Custom Property로 보내지 마세요.

Browser에는 Public Key만 사용합니다. Secret Key는 서버 환경 변수에만 둡니다. key를 URL query, source map, client bundle에 넣지 마세요.

일시적 네트워크 실패 뒤 retry는 정상입니다. SDK UUID를 직접 바꾸지 말고, Analytics의 (project_id, event_id) idempotency를 유지하세요.