add .env.development, update browserlist

This commit is contained in:
Dawid Wysokiński 2021-11-06 10:34:55 +01:00
parent 3170f2467c
commit 723a16fd85
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
3 changed files with 5 additions and 3 deletions

1
.env.development Normal file
View File

@ -0,0 +1 @@
REACT_APP_VERSION=development

View File

@ -11,6 +11,7 @@ const initSentry = () => {
integrations: [new Integrations.BrowserTracing()],
tracesSampleRate: 0.3,
release: process.env.REACT_APP_VERSION,
environment: process.env.NODE_ENV ?? 'development',
});
};

View File

@ -4295,9 +4295,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001219:
version "1.0.30001230"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
version "1.0.30001278"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001278.tgz"
integrity sha512-mpF9KeH8u5cMoEmIic/cr7PNS+F5LWBk0t2ekGT60lFf0Wq+n9LspAj0g3P+o7DQhD3sUdlMln4YFAWhFYn9jg==
capital-case@^1.0.4:
version "1.0.4"