接入 Sentry 编译发布提交 sourceMap 时报错
ERROR in Sentry Plugin: StatusCodeError: 409 - "{\"detail\":\"A file matching this name already exists for the given release\"}"
这是因为已经存在对应的 sourceMap 版本了
可以参考 webpack-sentry-plugin 配置项 suppressConflictError 参数,忽略此错误
{suppressConflictError: true,}
参考:
