@sentry/api 0.239.0 → 0.241.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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +16 -16
  2. package/package.json +1 -1
@@ -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 (and the
4556
- * ``data-browsing-attribute-context`` feature is enabled), context is attached
4557
- * to every attribute. Today the metadata is sourced from the sentry
4558
- * conventions (``sentry_conventions.attributes.ATTRIBUTE_METADATA``), so
4559
- * attributes that map to a known convention carry that metadata (only the
4560
- * fields actually present are included) while custom attributes get an empty
4561
- * context. Serving context for custom attributes is planned, at which point
4562
- * the empty contexts will start to be populated.
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 (and the
21549
- * ``data-browsing-attribute-context`` feature is enabled), context is attached
21550
- * to every attribute. Today the metadata is sourced from the sentry
21551
- * conventions (``sentry_conventions.attributes.ATTRIBUTE_METADATA``), so
21552
- * attributes that map to a known convention carry that metadata (only the
21553
- * fields actually present are included) while custom attributes get an empty
21554
- * context. Serving context for custom attributes is planned, at which point
21555
- * the empty contexts will start to be populated.
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.239.0",
3
+ "version": "0.241.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",