diff --git a/tubular/scripts/frontend_utils.py b/tubular/scripts/frontend_utils.py index d3118e58..a26e773c 100755 --- a/tubular/scripts/frontend_utils.py +++ b/tubular/scripts/frontend_utils.py @@ -279,6 +279,7 @@ def _upload_js_sourcemaps(self, app_dist): f'--release-version="{version}"', f'--project-path="{self.app_name}/"', '--minified-path-prefix="/"', # Sourcemaps are relative to the root when deployed + '--disable-git', ]) self.LOG('Uploading source maps to Datadog for app {}.'.format(self.app_name)) proc = subprocess.Popen(