Skip to content

Commit 5108adf

Browse files
committed
feat: add SENTRY_RELEASE_VERSION
1 parent feca14a commit 5108adf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.1.7",
3+
"version": "1.1.7-beta-4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ export interface customEnv {
1919
SENTRY_ERROR_ENABLED?: boolean
2020
SENTRY_PERFORMANCE_ENABLED?: boolean
2121
SENTRY_DSN?: string
22+
/**
23+
* Release version for sentry
24+
*
25+
* @default 'dashboard@${SHORT_GIT_HASH}'
26+
*/
27+
SENTRY_RELEASE_VERSION?: string
2228
SENTRY_TRACES_SAMPLE_RATE?: number
2329
HOTJAR_ENABLED?: boolean
2430
CLUSTER_NAME?: boolean

0 commit comments

Comments
 (0)