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
feat: add example.id attribute to RSpec instrumentation (#1713)
feat: add example.id attribute to RSpec spans
Record RSpec's example.id as a span attribute to provide unique identification for each test example. This is particularly valuable when examples are created dynamically (e.g., within loops), where multiple examples share the same file location but have distinct IDs.
Co-authored-by: Ariel Valentin <[email protected]>
0 commit comments