Skip to content

Commit 7156838

Browse files
unchange test
1 parent 1ed43e3 commit 7156838

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/test/lib/tracing/span.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ describe('span', () => {
105105
it('disallows invalid attribute types', () => {
106106
const span = new Span();
107107

108+
/** @ts-expect-error this is invalid */
109+
span.setAttribute('str', {});
110+
108111
/** @ts-expect-error this is invalid */
109112
span.setAttribute('str', null);
110113

0 commit comments

Comments
 (0)