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 c0d33c0 commit 33e70e6Copy full SHA for 33e70e6
packages/telemetry/src/api.test.ts
@@ -358,7 +358,8 @@ describe('Top level API', () => {
358
359
expect(emittedLogs.length).to.equal(1);
360
const log = emittedLogs[0];
361
- expect(log.attributes![LOG_ENTRY_ATTRIBUTE_KEYS.SESSION_ID]).to.be.undefined;
+ expect(log.attributes![LOG_ENTRY_ATTRIBUTE_KEYS.SESSION_ID]).to.be
362
+ .undefined;
363
});
364
365
0 commit comments