diff --git a/bin/uploadSourceMapsToSentry.js b/bin/uploadSourceMapsToSentry.js index 1fcbbf1..3e3ed52 100644 --- a/bin/uploadSourceMapsToSentry.js +++ b/bin/uploadSourceMapsToSentry.js @@ -16,7 +16,7 @@ async function createReleaseAndUpload() { const cli = new SentryCli(); await cli.releases.new(releaseName); - await cli.releases.uploadSourceMaps(version, { + await cli.releases.uploadSourceMaps(releaseName, { include: ['build/static/js'], urlPrefix: '~/static/js', rewrite: false,