From c9b3d7c4cde8d8dd874c37346dcc4fdfda05f3aa Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 28 Mar 2024 18:36:02 +0000 Subject: [PATCH] chore: make exception autocapture available to CDN --- bin/copy-posthog-js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/copy-posthog-js b/bin/copy-posthog-js index ed66c58018772..bb90a80c28135 100755 --- a/bin/copy-posthog-js +++ b/bin/copy-posthog-js @@ -9,3 +9,4 @@ cp node_modules/posthog-js/dist/array.full.js* frontend/dist/ cp node_modules/posthog-js/dist/recorder.js* frontend/dist/ cp node_modules/posthog-js/dist/recorder-v2.js* frontend/dist/ cp node_modules/posthog-js/dist/surveys.js* frontend/dist/ +cp node_modules/posthog-js/dist/exception-autocapture.js* frontend/dist/