Skip to content

Commit 82f54b0

Browse files
committed
fix: load version programmatically
1 parent fdefc2c commit 82f54b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const SDK_PACKAGE_NAME = 'npm:@nativescript-community/sentry';
22
export const SDK_NAME = 'sentry.nativescript';
3-
export const SDK_VERSION = '4.6.1';
3+
export const SDK_VERSION = require('package.json').version;

0 commit comments

Comments
 (0)