Skip to content

Debug assertion when specifying a nonscalar attribute #126

@duncanpo

Description

@duncanpo

tp = opentelemetry.sdk.trace.TracerProvider();
tr = getTracer(tp, "abc");
sp = startSpan(tr, "def");
setAttributes(sp, "attribute 1", magic(4));

When in debug build, this code returns an assertion "cannot dereference an out-of-range iterator"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions