Skip to content

Commit 44ea531

Browse files
committed
format
1 parent 4cba0db commit 44ea531

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/beforeSendSpan-streamed

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/public-api/beforeSendSpan-streamed/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sentry.init({
2121
},
2222
];
2323
span.attributes['sentry.custom_attribute'] = 'customAttributeValue';
24-
span.status = 'something'
24+
span.status = 'something';
2525
}
2626
return span;
2727
}),

0 commit comments

Comments
 (0)