Add release argument to SentryWebpackPlugin (#13459)

Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
This commit is contained in:
Stephen Cefali 2020-05-27 11:28:02 -07:00 committed by GitHub
parent 1f6ce106ae
commit d98cd8ad31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ module.exports = withSourceMaps({
include: '.next',
ignore: ['node_modules'],
urlPrefix: '~/_next',
release: options.buildId,
})
)
}