Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
chore: add SENTRY_RELEASE to custom process.env type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Nov 3, 2019
1 parent 8ec9950 commit 008f58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ declare namespace NodeJS {
VERSION: string;
ANALYZE: 'true' | 'false' | undefined;
BUILD_ID: string;
SENTRY_RELEASE: string;
}
}

0 comments on commit 008f58b

Please sign in to comment.