Skip to content

Commit 55cf5ec

Browse files
typo
1 parent aa72f97 commit 55cf5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ What's the concrete advice when writing a new integration?
134134
- It should be clear what span is created and exited where and which patches apply which attributes on a given span.
135135

136136
1. Do you even need to add this attribute on this span?
137-
- Be intentional with supporting product features. Only adding what's necessary, or **be very sure that your addition provides value**. Decisions about what data lives on what types of spans are hard to undo, and limits future design space.
137+
- Be intentional with supporting product features. Only add what's necessary, or **be very sure that your addition provides value**. Decisions about what data lives on what types of spans are hard to undo, and limits future design space.
138138

139139
2. Avoid setting arbitrary objects.
140140
- In line with the point above, prefer using an include-list of valuable entries when setting a dictionary attribute. Otherwise, tests will break again and again.

0 commit comments

Comments
 (0)