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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ These will be a standardized naming scheme for operations and data that will be
8
8
9
9
Conventions may also map attributes from OpenTelemetry resource attributes into Sentry's semantic attributes. Such OpenTelemetry resource attributes are ingested into Sentry as regular attributes prefixed with `resource.`. For example, see definitions in [the `model/attributes/resource` directory](model/attributes/resource).
10
10
11
-
To see the current list of attributes, see [the generated documentation for attributes](generated/attributes/index.md).
11
+
To see the current list of attributes, see [the generated documentation for attributes](https://getsentry.github.io/sentry-conventions/attributes/).
12
12
13
-
To learn about creating span `name` fields, see [the generated documentation for span `name`](generated/name/index.md)
13
+
To learn about creating span `name` fields, see [the generated documentation for span `name`](https://getsentry.github.io/sentry-conventions/names/)
0 commit comments