Skip to content

Conversation

@sodoku
Copy link

@sodoku sodoku commented Feb 12, 2018

After this plugin wasn't working for me, I figured out that the default for domains (sentry calls this url prefix) should be ~. See https://github.com/getsentry/sentry-cli/blob/master/docs/releases.rst#upload-source-maps

lfkwtz added a commit to lawnstarter/gulp-sentry-release that referenced this pull request Sep 13, 2018
@AmberWilkie
Copy link

Yes please merge this! I was going to implement it in my own (and I will) but this is the only thing breaking for me with my implementation.

@AmberWilkie
Copy link

For everyone that comes after, you can add DOMAIN: '~' to your implementation and it will work - you don't need to fork the repo for this. My implementation looks like this:

  const sentryRelease = plugins.sentryRelease({
    API_URL: sentryUrl,
    API_KEY: process.env.SENTRY_API_KEY,
    version: versionString,
    DOMAIN: '~'
  });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants