diff --git a/tubular/scripts/frontend_utils.py b/tubular/scripts/frontend_utils.py index 7b92df71..1ac29016 100755 --- a/tubular/scripts/frontend_utils.py +++ b/tubular/scripts/frontend_utils.py @@ -278,6 +278,7 @@ def _upload_js_sourcemaps(self, app_path): command_args = ' '.join([ f'--service="{service}"', f'--release-version="{version}"', + f'--project-path="{self.app_name}/"', '--minified-path-prefix="/"', # Sourcemaps are relative to the root when deployed ]) self.LOG('Uploading source maps to Datadog for app {}.'.format(self.app_name))