Skip to content

Commit 640c1b5

Browse files
committed
remove excised feature from changelog
1 parent eb75485 commit 640c1b5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.chloggen/libhoney-scopes-and-errors.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ note: Allow service.name with unset scope.name
44
issues: [42432]
55
subtext:
66
This change allows the receiver to handle multiple service.names even if there are spans without the scope set.
7-
It also improves error handling by returning the proper array of per-event statuses.
87
It also avoids a panic when a downstream consumer is missing.
98
change_logs: [user]

receiver/libhoneyreceiver/internal/parser/parser.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func ToPdata(dataset string, lhes []libhoneyevent.LibhoneyEvent, cfg libhoneyeve
4343
spanEvents := map[trc.SpanID][]libhoneyevent.LibhoneyEvent{}
4444

4545
foundScopes.Scope = make(map[string]libhoneyevent.SimpleScope) // a list of already seen scopes
46-
// Per-service default scopes are now created dynamically in GetScope() when needed
4746

4847
alreadyUsedFields := []string{cfg.Resources.ServiceName, cfg.Scopes.LibraryName, cfg.Scopes.LibraryVersion}
4948
alreadyUsedTraceFields := []string{

0 commit comments

Comments
 (0)