ci: add sentry env when frontend assets build (#5131)

This commit is contained in:
Joooye_34
2023-11-29 18:03:49 +08:00
committed by GitHub
parent 1d0bcc80a0
commit 908c4e1a6f
9 changed files with 40 additions and 29 deletions

View File

@@ -56,6 +56,11 @@ declare global {
var runtimeConfig: RuntimeConfig;
// eslint-disable-next-line no-var
var $AFFINE_SETUP: boolean | undefined;
/**
* Inject by https://www.npmjs.com/package/@sentry/webpack-plugin
*/
// eslint-disable-next-line no-var
var SENTRY_RELEASE: { id: string } | undefined;
}
declare module '@blocksuite/store' {