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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ What's the concrete advice when writing a new integration?
122
122
123
123
1. Are you supporting a product feature? Then ensure that product expectations are clearly documented in https://develop.sentry.dev/sdk/telemetry/traces/modules/.
124
124
125
-
2. Confirm that all attributes are defined in https://github.com/getsentry/sentry-conventions.
125
+
2. Confirm that all span, breadcrumb, log or metric attributes are defined in https://github.com/getsentry/sentry-conventions.
126
126
127
127
3. Ensure that the **semantics** of the attribute are clear. If the attribute is not uniquely defined, do not add it.
128
128
- For instance, do not attach a request model to an agent invocation span. On the other hand, a default request model can be well-defined.
0 commit comments