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 90c0499 commit 2a9c5f0Copy full SHA for 2a9c5f0
rolling-shutter/trace/trace.go
@@ -43,7 +43,7 @@ type ErrorWrapper func(error) error
43
// If additional attributes etc. should be attached to the span, this can still be done
44
// on the returned span instance as described by the `oteltrace.Span` interface.
45
// The returned ErrorWrapper `errWrap` can be used to report failure of the span
46
-// by simply using it as a passtrhough functio for the error. This is not required,
+// by simply using it as a passtrhough function for the error. This is not required,
47
// but is helpful for observability.
48
func StartSpan(ctx context.Context) (nctx context.Context, span oteltrace.Span, errWrap ErrorWrapper) {
49
callerInfo := introspection.GetCallerInfo(4)
0 commit comments