From c55064ae990066978632fe02484b0c81698f008c Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Tue, 21 Nov 2023 17:01:56 +0800 Subject: [PATCH] build(custom): test --- .env.sentry-build-plugin | 5 +++++ .gitignore | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .env.sentry-build-plugin diff --git a/.env.sentry-build-plugin b/.env.sentry-build-plugin new file mode 100644 index 0000000..84b1045 --- /dev/null +++ b/.env.sentry-build-plugin @@ -0,0 +1,5 @@ +# DO NOT commit this file to your repository! +# The SENTRY_AUTH_TOKEN variable is picked up by the Sentry Build Plugin. +# It's used for authentication when uploading source maps. +# You can also set this env variable in your own `.env` files and remove this file. +SENTRY_AUTH_TOKEN="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" diff --git a/.gitignore b/.gitignore index f1ce737..fe8087c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,3 @@ node_modules dist *.local stats.html - -# Sentry Config File -.env.sentry-build-plugin