Skip to content

Commit

Permalink
fix(telemetry): event name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Nov 22, 2024
1 parent a7bee20 commit 9e19321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemetry/src/slog-to-otel.js
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ export const makeSlogToOtelKit = (tracer, overrideAttrs = {}) => {
spans.pop('timer-poll');
break;
}
case 'cosmic-swinget-inject-kernel-upgrade-events': {
case 'cosmic-swingset-inject-kernel-upgrade-events': {
spans.push('kernel-upgrade-events');
spans.pop('kernel-upgrade-events');
break;
Expand Down

0 comments on commit 9e19321

Please sign in to comment.