{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"トラブルシューティング用のHARファイルの作成","description":"Treasure Data Product Documentation · Collect and Unify · Segment and Activate · Experiment and Analyze · Decisioning Automate with AI Scale and Trust.","siteUrl":"https://docs.treasuredata.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"トラブルシューティング用のharファイルの作成","__idx":0},"children":["トラブルシューティング用のHARファイルの作成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Treasure コンソールインターフェースの使用やパーミッションに関する問題など、トラブルシューティングが困難な問題が発生した場合、Treasure サポートチームにHTTP Archive（HAR）ファイルを提供することが非常に有用です。HARファイルは、ウェブブラウザとサイトとのやり取りをログに記録したJSON形式のアーカイブファイルです。これらのファイルの一般的な拡張子は.",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["har"]},"で、問題に関してサポートに送信するメールにこれらのファイルを添付できます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HARファイルの作成方法は以下の通りです："]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#creating-an-har-file-in-chrome-or-chromium-based-browsers"},"children":["Chrome（またはChromiumベースのブラウザ）でHARファイルを作成する"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#creating-an-har-file-in-firefox"},"children":["FirefoxでHARファイルを作成する"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#creating-an-har-file-in-safari"},"children":["SafariでHARファイルを作成する"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#creating-an-har-file-in-edge"},"children":["EdgeでHARファイルを作成する"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"chromeまたはchromiumベースのブラウザでharファイルを作成する","__idx":1},"children":["Chrome（またはChromiumベースのブラウザ）でHARファイルを作成する"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Chromeブラウザで、記録したいページに移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["カスタマイズ > その他のツール > デベロッパーツール"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/chromdevelopertools.a45212983c7f2f61e3c2db481835b07dde63bb5a25a2e149eafb3688b09694ab.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Network"]},"タブを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Preserve log"]},"チェックボックスを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Stop recording network log"]},"ボタンを選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/chromestoprec.dbb7475990ed367905b18d3adbd8f2387c4417c43cdba85700953086f86f6e3a.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Clear"]},"ボタンを選択して現在のログをクリアします。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Record network log"]},"ボタンを選択して記録を開始します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ページを更新してから、発生した問題を再現するタスクを実行します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["問題が再現された後、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Export HAR"]},"ボタンを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ファイルを保存する場所を指定し、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Save"]},"を選択します。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HARファイルが保存されます。Treasure サポートへのメールにHARファイルのコピーを添付してください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下は、HARファイルがどのように見えるかの部分的な例です："]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Chrome HARファイルの例"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n      \"log\": {\n        \"version\": \"1.2\",\n        \"creator\": {\n          \"name\": \"WebInspector\",\n          \"version\": \"537.36\"\n        },\n        \"pages\": [\n          {\n            \"startedDateTime\": \"2022-11-15T21:00:49.383Z\",\n            \"id\": \"page_1\",\n            \"title\": \"https://console.treasuredata.com/app/integrations/catalog\",\n            \"pageTimings\": {\n              \"onContentLoad\": 1184.9240000010468,\n              \"onLoad\": 1231.1599999957252\n            }\n          }\n        ],\n        \"entries\": [\n          {\n            \"_initiator\": {\n              \"type\": \"script\",\n              \"stack\": {\n                \"callFrames\": [\n                  {\n                    \"functionName\": \"\",\n                    \"scriptId\": \"86\",\n                    \"url\": \"https://console.treasuredata.com/app/assets/releases/e6c1a7a13/js/vendors-node_modules_sentry_webpack-plugin_src_sentry-webpack_module_js-node_modules_sentry_c-d72b7c.97b93a73ceda881466c9.js\",\n                    \"lineNumber\": 1,\n                    \"columnNumber\": 110359\n                  },\n    .\n    .\n    .\n    .\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"firefoxでharファイルを作成する","__idx":2},"children":["FirefoxでHARファイルを作成する"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Firefoxブラウザで、記録したいページに移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["メニュー > その他のツール > ウェブ開発ツール"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/firefoxwebdevelopertools.94367effd6f8f7be895f1c2c67c0aaa4c7c77e3c8d88df4085bcbec792c2e5e3.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Network"]},"タブを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Network Settings > Persist Logs"]},"を選択します。"," ","ツールは自動的に記録を開始します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/firefoxpersistlogs.ec9adf187f3967d49a4ff14af1658f620f170a1586820ab07c40b91fc5a81542.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ページを更新してから、発生した問題を再現するタスクを実行します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["問題が再現された後、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Network Settings > Save All As HAR"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/firefoxsaveashar.abfeafd528d4549dfe9cd3714f31239dc7ec01d0c3e3cf7ff41dd591c7faad77.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ファイルを保存する場所を指定し、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Save"]},"を選択します。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HARファイルが保存されます。Treasure サポートへのメールにHARファイルのコピーを添付してください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下は、HARファイルがどのように見えるかの部分的な例です："]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Firefox HARファイルの例"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"    {\n      \"log\": {\n        \"version\": \"1.2\",\n        \"creator\": {\n          \"name\": \"Firefox\",\n          \"version\": \"98.0\"\n        },\n        \"browser\": {\n          \"name\": \"Firefox\",\n          \"version\": \"98.0\"\n        },\n        \"pages\": [\n          {\n            \"startedDateTime\": \"2022-11-15T13:46:28.496-08:00\",\n            \"id\": \"page_1\",\n            \"title\": \"Loading...\",\n            \"pageTimings\": {\n              \"onContentLoad\": 453,\n              \"onLoad\": 2990\n            }\n          }\n        ],\n        \"entries\": [\n          {\n            \"pageref\": \"page_1\",\n            \"startedDateTime\": \"2022-11-15T13:46:28.496-08:00\",\n            \"request\": {\n              \"bodySize\": 0,\n              \"method\": \"GET\",\n              \"url\": \"https://console.treasuredata.com/app/assets/releases/2b6a3c36c/fonts/nunito-latin-400.aeb21c64a21841c44124.woff2\",\n              \"httpVersion\": \"HTTP/2\",\n              \"headers\": [\n                {\n                  \"name\": \"Host\",\n                  \"value\": \"console.treasuredata.com\"\n                },\n                {\n                  \"name\": \"User-Agent\",\n                  \"value\": \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0\"\n                },\n    .\n    .\n    .\n    .\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"safariでharファイルを作成する","__idx":3},"children":["SafariでHARファイルを作成する"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Safariブラウザで、記録したいページに移動します。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Safari > 環境設定"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/safaripref.f656d87d21bcac6891f6ebc1eb27fb31902dec56302d5d42a10afdf9df3aa6d4.4a935a35.png","alt":""},"children":[]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["詳細"]},"タブを選択します。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["メニューバーに\"開発\"メニューを表示"]},"チェックボックスを選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/safarishowdevmenu.d2318dea2f65b2140f910a595165c149eae036e0667687519cb2c3e31806f9b1.4a935a35.png","alt":""},"children":[]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["環境設定を閉じます。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["開発 > Webインスペクタを表示"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/safarishowwebinspector.7863033df0f5c736b43a996e8be4cd03522c5e7f55c8ca6567540c4545c9275d.4a935a35.png","alt":""},"children":[]}," ","Webインスペクタペインが表示されます。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["その他のフィルタオプション > Preserve Log"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/safaripreservelog.0363b008c9625087c3accf70cf25a34c3a096920860f2a1884ad8ccb906695cb.4a935a35.png","alt":""},"children":[]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ページを更新してから、発生した問題を再現するタスクを実行します。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["問題が再現された後、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Export"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/safariharexport.34df425d2eada651340d3a28b560fb010af5a5d9db4929bbead4f2ba62a4bdd0.4a935a35.png","alt":""},"children":[]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ファイルを保存する場所を指定し、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Save"]},"を選択します。"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HARファイルが保存されます。Treasure サポートへのメールにHARファイルのコピーを添付してください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下は、HARファイルがどのように見えるかの部分的な例です："]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Safari HARファイルの例"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n      \"log\": {\n        \"version\": \"1.2\",\n        \"creator\": {\n          \"name\": \"WebKit Web Inspector\",\n          \"version\": \"1.0\"\n        },\n        \"pages\": [\n          {\n            \"startedDateTime\": \"2022-11-15T22:21:34.299Z\",\n            \"id\": \"page_0\",\n            \"title\": \"https://console.treasuredata.com/app/integrations/catalog\",\n            \"pageTimings\": {\n              \"onContentLoad\": 141321.06368899986,\n              \"onLoad\": 141321.22318600887\n            }\n          }\n        ],\n        \"entries\": [\n          {\n            \"pageref\": \"page_0\",\n            \"startedDateTime\": \"2022-11-15T22:20:02.214Z\",\n            \"time\": 230.6818735523848,\n            \"request\": {\n              \"method\": \"GET\",\n              \"url\": \"https://console.treasuredata.com/app/index.html\",\n              \"httpVersion\": \"HTTP/2\",\n              \"cookies\": [\n                {\n                  \"name\": \"_td_global\",\n                  \"value\": \"d9c63b54-1747-42d6-9fab-4e73e107a0c9\"\n                },\n                {\n                  \"name\": \"XSRF-TOKEN-PRODUCTION\",\n                  \"value\": \"0dvE6MUbbR6%2FTFbj456esUp22pQeZigfplhQA6L7POKt5BNGb3LyqKdKJB53okMFobyI%2BsvVBZCaPhPSEflhaw%3D%3D\"\n                },\n                {\n                  \"name\": \"tdid_production\",\n                  \"value\": \"NVE3MTc%3D%0A\"\n                },\n    .\n    .\n    .\n    .\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"edgeでharファイルを作成する","__idx":4},"children":["EdgeでHARファイルを作成する"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Edgeブラウザで、記録したいページに移動します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["設定 > その他のツール > 開発者ツール"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/edgedevtools.fbaded8cfa66963f816aa8f754821a9fb4a32f118717de711f1a971b2fc55ca0.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["開発者ツールペインで、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Network"]},"タブを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Preserve log"]},"チェックボックスを選択します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ボタンが赤色の場合、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Stop recording"]},"ボタンを選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/edgestoprec.aead4c6cd19201f7f9aea70aa84048119a53fabdcb057851406d369948989a85.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Record network log"]},"ボタンを選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/edgerec.eb046a7f16b791ce1f68f11b56636f43dc6bbf4f56aff93b789dff2702639411.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ページを更新してから、発生した問題を再現するタスクを実行します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["問題が再現された後、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Stop recording"]},"ボタンを選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/edgestop.669133efa8fd1281277eb5b636ba2abcb4525df79a4755e4564051f4f22b1e07.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Export HAR"]},"を選択します。"," ",{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/edgeexporthar.e852b93897f44d73b2e6dab76cab63309485f5517d0695ebb4e8352fa11b7650.4a935a35.png","alt":""},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ファイルを保存する場所を指定し、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Save"]},"を選択します。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HARファイルが保存されます。Treasure サポートへのメールにHARファイルのコピーを添付してください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下は、HARファイルがどのように見えるかの部分的な例です："]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Edge HARファイルの例"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"    {\n      \"log\": {\n        \"version\": \"1.2\",\n        \"creator\": {\n          \"name\": \"WebInspector\",\n          \"version\": \"537.36\"\n        },\n        \"pages\": [],\n        \"entries\": [\n          {\n            \"_initiator\": {\n              \"type\": \"script\",\n              \"stack\": {\n                \"callFrames\": [\n                  {\n                    \"functionName\": \"\",\n                    \"scriptId\": \"111\",\n                    \"url\": \"https://console.treasuredata.com/app/assets/releases/2b6a3c36c/js/main-bde52cb3.cb1f0d77897ff34fa00d.js\",\n                    \"lineNumber\": 0,\n                    \"columnNumber\": 94531\n                  },\n                  {\n                    \"functionName\": \"\",\n                    \"scriptId\": \"93\",\n                    \"url\": \"https://console.treasuredata.com/app/assets/releases/2b6a3c36c/js/main-07c6e912.664482a141b27fd0aad3.js\",\n                    \"lineNumber\": 0,\n                    \"columnNumber\": 242572\n                  },\n                  {\n                    \"functionName\": \"l\",\n                    \"scriptId\": \"66\",\n                    \"url\": \"https://console.treasuredata.com/app/assets/releases/2b6a3c36c/js/vendors-node_modules_react_index_js-node_modules_react_jsx-runtime_js-node_modules_redux-logg-46bbaa.744486f4f0ac7ec4b567.js\",\n                    \"lineNumber\": 0,\n                    \"columnNumber\": 15426\n                  },\n","lang":"json"},"children":[]}]},"headings":[{"value":"トラブルシューティング用のHARファイルの作成","id":"トラブルシューティング用のharファイルの作成","depth":1},{"value":"Chrome（またはChromiumベースのブラウザ）でHARファイルを作成する","id":"chromeまたはchromiumベースのブラウザでharファイルを作成する","depth":1},{"value":"FirefoxでHARファイルを作成する","id":"firefoxでharファイルを作成する","depth":1},{"value":"SafariでHARファイルを作成する","id":"safariでharファイルを作成する","depth":1},{"value":"EdgeでHARファイルを作成する","id":"edgeでharファイルを作成する","depth":1}],"frontmatter":{"seo":{"title":"トラブルシューティング用のHARファイルの作成"}},"lastModified":"2026-06-01T09:34:27.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/support/creating-har-files-for-troubleshooting","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}