updates #207

Merged
vtolstov merged 293 commits from updates into v3 2023-03-24 00:29:35 +03:00
Showing only changes of commit 7c0a5f5e2a - Show all commits

View File

@@ -156,6 +156,7 @@ func NewEventOptions(opts ...EventOption) EventOptions {
func NewSpanOptions(opts ...SpanOption) SpanOptions {
options := SpanOptions{
Kind: SpanKindInternal,
Record: true,
}
for _, o := range opts {
o(&options)