Commit ef3b66c
committed
Enable
`tracesSampleRate: 1.0` — CI benchmark runs must capture every span.
Without this, `Sentry.startSpan` calls in `sendWebVitalsToSentry` would
be sampled out. Only affects this CI-only script, not the extension.
Calls `sendWebVitalsToSentry` for each benchmark that has `webVitals`
data, keeping it separate from the existing timer structured log
on the line above. Timer reporting is unchanged.
Uses `@sentry/node` v10 (devDependency, added by #38876). Isolated
from `@sentry/browser` v8 in the extension runtime — different
processes, different `@sentry/core` resolutions in `yarn.lock`.tracesSampleRate and wire web vitals into Sentry main loop1 parent 2690f9e commit ef3b66c
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
189 | 202 | | |
190 | 203 | | |
191 | 204 | | |
| |||
0 commit comments