mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Fix webpack sentry plugin update
This commit is contained in:
parent
415bfc844a
commit
20f444415c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const SentryWebpackPlugin = require('@sentry/webpack-plugin');
|
||||
const { sentryWebpackPlugin } = require('@sentry/webpack-plugin');
|
||||
|
||||
const gitCommit = require('child_process')
|
||||
.execSync('git rev-parse --short HEAD')
|
||||
|
@ -45,7 +45,7 @@ let plugins = [
|
|||
|
||||
if (process.env.SENTRY_AUTH_TOKEN) {
|
||||
plugins.push(
|
||||
new SentryWebpackPlugin({
|
||||
sentryWebpackPlugin({
|
||||
release: releaseName,
|
||||
include: './dist',
|
||||
urlPrefix: '~/',
|
||||
|
|
Loading…
Add table
Reference in a new issue