Skip to content

Commit

Permalink
chore: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jun 6, 2024
1 parent b407224 commit df289b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/frontend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _upload_js_sourcemaps(self, app_path):
f'DATADOG_API_KEY={api_key}',
])
command_args = ' '.join([
f'--service="{app_config.get('DATADOG_SERVICE')}"',
f'--service="{app_config.get("DATADOG_SERVICE")}"',
f'--release-version="{version}"'
'--minified-path-prefix="/"', # Sourcemaps are relative to the root when deployed
])
Expand Down

0 comments on commit df289b5

Please sign in to comment.