Skip to content

Commit 44ea531

Browse files
committed
format
1 parent 4cba0db commit 44ea531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/browser-integration-tests/suites/public-api/beforeSendSpan-streamed

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)