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 03546d2 commit 3ff89c6Copy full SHA for 3ff89c6
dev-packages/node-core-integration-tests/suites/public-api/metrics/test.ts
@@ -125,7 +125,7 @@ describe('metrics', () => {
125
},
126
'sentry.sdk.version': {
127
type: 'string',
128
- value: '10.32.1',
+ value: expect.any(String),
129
130
'user.email': {
131
dev-packages/node-integration-tests/suites/public-api/metrics/test.ts
@@ -124,7 +124,7 @@ describe('metrics', () => {
124
0 commit comments