fix(adv-analysis): Assign score_delta default value (#57813)
We aren't handling the case for removed spans properly so the
`score_delta` value isn't being set before evaluation. Set a default to
0 for now because we're not showing removed spans currently.
Fixes SENTRY-16CE