Add: client_id をアンインストールフォームURLに付与 - #451
Conversation
Closes #449 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
コードレビュー
1. 既存の同一
|
…kip backup checks Wraps the client_id fetch/setUninstallURL call in its own try/catch, falling back to the plain uninstall URL on failure, and adds tests that exercise the onInstalled listener end to end. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
# Conflicts: # packages/extension/src/background_script.test.ts # packages/extension/src/test/setup.ts
Summary
client_id(GA4イベント送信と同一のUUID、getOrCreateClientId())をクエリパラメータとして付与Closes #449
Test plan
yarn lintでエラーがないことを確認(既存の警告のみ)yarn vitest run src/background_script.test.tsで既存テストが全て通ることを確認🤖 Generated with Claude Code