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 26093ac commit fb17f47Copy full SHA for fb17f47
packages/utils/test/normalize.test.ts
@@ -506,7 +506,7 @@ describe('normalize()', () => {
506
});
507
508
509
- describe.only('skips normalizing objects marked with a non-enumerable property __sentry_skip_normalization__', () => {
+ describe('skips normalizing objects marked with a non-enumerable property __sentry_skip_normalization__', () => {
510
test('by leaving non-serializable values intact', () => {
511
const someFun = () => undefined;
512
const alreadyNormalizedObj = {
0 commit comments