Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update internal/protocol/envelope.go
  • Loading branch information
aldy505 authored Oct 27, 2025
commit 132f880a4c16ea9b191d809615287ec9f8b15a2c
2 changes: 1 addition & 1 deletion internal/protocol/envelope.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func NewTraceMetricsItem(itemCount int, payload []byte) *EnvelopeItem {
Type: EnvelopeItemTypeTraceMetrics,
Length: &length,
ItemCount: &itemCount,
ContentType: "application/vnd.sentry.items.trace_metric+json",
ContentType: "application/vnd.sentry.items.trace-metric+json",
},
Payload: payload,
}
Expand Down
Loading