Commit 14c3a64
ref(seer): Replace metrics.incr with logger.info for contributor seat tracking
The should_create increment in track_contributor_seat was emitting a
statsd metric. Switch to structured logging so the event is captured
in Sentry's log pipeline alongside the adjacent warning log calls.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8a8d0cf commit 14c3a64
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
| 123 | + | |
125 | 124 | | |
126 | | - | |
127 | | - | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
0 commit comments