We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdefc2c commit 82f54b0Copy full SHA for 82f54b0
src/version.ts
@@ -1,3 +1,3 @@
1
export const SDK_PACKAGE_NAME = 'npm:@nativescript-community/sentry';
2
export const SDK_NAME = 'sentry.nativescript';
3
-export const SDK_VERSION = '4.6.1';
+export const SDK_VERSION = require('package.json').version;
0 commit comments