You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: scope REST delete by project, drop update --surface no-op, cover span-python in CI
- via_rest delete now sends project_id (matches the SDK's batch-delete scoping);
previously delete --surface rest omitted it.
- update no longer accepts --surface (it always uses REST): the flag was a silent
no-op, now argparse rejects it. Dry-run message reports "rest" for update.
- run.sh now also exercises create-span --python (RULE_SPAN_PY), previously
uncovered in the CI entry point.
- Regression test: update rejects --surface.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments