Commit a03721e
authored
fix(js): Fix incorrect
Implicitly reported via
getsentry/sentry-javascript#16439 that according
to the type in the options page, the `beforeSendSpan` callback can
return `null`. This is no longer the case since v9 of the SDK.beforeSendSpan callback type (#13906)1 parent 295fc45 commit a03721e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
0 commit comments