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