Skip to content

Commit

Permalink
Migrate (public-safe) Segment and Sentry configuration from closed-so…
Browse files Browse the repository at this point in the history
…urce repo
  • Loading branch information
JaapRood committed Aug 8, 2022
1 parent 24c21d1 commit b5cd68c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions etc/openapi-cli/.env.build.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
OPTIC_OPENCLI_SEGMENT_KEY=RnaIpitypsVrdB42sEIA5HSEZRYLqRAI
OPTIC_OPENCLI_SENTRY_DSN=https://[email protected]/6541152
2 changes: 1 addition & 1 deletion projects/openapi-cli/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
{
path:
process.env.NODE_ENV === 'production'
? '../../../../etc/openapi-cli/.env.build.production'
? '../../etc/openapi-cli/.env.build.production'
: './.env.build',
systemVar: 'disable', // only replace values from dotenv file, not process.env
},
Expand Down

0 comments on commit b5cd68c

Please sign in to comment.