Skip to content

Commit dc391b7

Browse files
committed
Update to the latest Sentry version
1 parent 8f81cf4 commit dc391b7

File tree

5 files changed

+989
-240
lines changed

5 files changed

+989
-240
lines changed

automation/webpack.prod.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ export default merge(common, {
9595
}),
9696
...(shouldPublishSentryRelease
9797
? [
98-
new SentryPlugin({
99-
release: process.env.UI_VERSION,
100-
include: common!.output!.path!,
101-
validate: true
98+
SentryPlugin.sentryWebpackPlugin({
99+
release: {
100+
name: process.env.UI_VERSION!,
101+
setCommits: { auto: true }
102+
}
102103
})
103104
]
104105
: []),

0 commit comments

Comments
 (0)