@sentry/api 0.238.0 → 0.240.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.gen.d.ts +16 -16
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -4552,14 +4552,14 @@ export type ListTraceItemAttributesResponse = Array<{
|
|
|
4552
4552
|
/**
|
|
4553
4553
|
* Additional, mostly-static metadata about an attribute.
|
|
4554
4554
|
*
|
|
4555
|
-
* When ``expand=context`` is requested
|
|
4556
|
-
*
|
|
4557
|
-
*
|
|
4558
|
-
*
|
|
4559
|
-
*
|
|
4560
|
-
*
|
|
4561
|
-
* context
|
|
4562
|
-
*
|
|
4555
|
+
* When ``expand=context`` is requested, context is attached to every
|
|
4556
|
+
* attribute. Today the metadata is sourced from the sentry conventions
|
|
4557
|
+
* (``sentry_conventions.attributes.ATTRIBUTE_METADATA``), so attributes that
|
|
4558
|
+
* map to a known convention carry that metadata (only the fields actually
|
|
4559
|
+
* present are included) while custom attributes get an empty context. Serving
|
|
4560
|
+
* context for custom attributes is planned (gated behind the
|
|
4561
|
+
* ``data-browsing-attribute-context`` feature), at which point the empty
|
|
4562
|
+
* contexts will start to be populated.
|
|
4563
4563
|
*/
|
|
4564
4564
|
context?: {
|
|
4565
4565
|
brief?: string;
|
|
@@ -21545,14 +21545,14 @@ export type ListOrganizationTraceItemAttributesResponses = {
|
|
|
21545
21545
|
/**
|
|
21546
21546
|
* Additional, mostly-static metadata about an attribute.
|
|
21547
21547
|
*
|
|
21548
|
-
* When ``expand=context`` is requested
|
|
21549
|
-
*
|
|
21550
|
-
*
|
|
21551
|
-
*
|
|
21552
|
-
*
|
|
21553
|
-
*
|
|
21554
|
-
* context
|
|
21555
|
-
*
|
|
21548
|
+
* When ``expand=context`` is requested, context is attached to every
|
|
21549
|
+
* attribute. Today the metadata is sourced from the sentry conventions
|
|
21550
|
+
* (``sentry_conventions.attributes.ATTRIBUTE_METADATA``), so attributes that
|
|
21551
|
+
* map to a known convention carry that metadata (only the fields actually
|
|
21552
|
+
* present are included) while custom attributes get an empty context. Serving
|
|
21553
|
+
* context for custom attributes is planned (gated behind the
|
|
21554
|
+
* ``data-browsing-attribute-context`` feature), at which point the empty
|
|
21555
|
+
* contexts will start to be populated.
|
|
21556
21556
|
*/
|
|
21557
21557
|
context?: {
|
|
21558
21558
|
brief?: string;
|