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 b1b3c59 commit ca36617Copy full SHA for ca36617
1 file changed
packages/core/src/utils/spanUtils.ts
@@ -328,7 +328,7 @@ export function getStatusMessage(status: SpanStatus | undefined): string | undef
328
}
329
330
/**
331
- * Convert the various statuses to the simple onces expected by Sentry for steamed spans ('ok' is default).
+ * Convert the various statuses to the simple ones expected by Sentry for streamed spans ('ok' is default).
332
*/
333
export function getSimpleStatusMessage(status: SpanStatus | undefined): 'ok' | 'error' {
334
return !status ||
0 commit comments