@sentry/api 0.164.0 → 0.166.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/sdk.gen.d.ts CHANGED
@@ -490,11 +490,9 @@ export declare const retrieveLatestBaseSnapshot: <ThrowOnError extends boolean =
490
490
  * Retrieve an aggregated flamegraph for the organization, built from the
491
491
  * requested data source (transactions, profiles, functions, or spans).
492
492
  *
493
- * The response is forwarded from Sentry's internal profiling service and includes
494
- * per-profile shared frame tables, sample counts, platform metadata, and
495
- * optionally flamegraph metrics when `expand=metrics` is passed.
493
+ * Pass `expand=metrics` to include aggregated function metrics in the response.
496
494
  *
497
- * Requires the `profiling` organization feature.
495
+ * Requires profiling to be enabled for the organization.
498
496
  */
499
497
  export declare const retrieveAFlamegraphForAnOrganization: <ThrowOnError extends boolean = false>(options: Options<RetrieveAFlamegraphForAnOrganizationData, ThrowOnError>) => import("./client").RequestResult<RetrieveAFlamegraphForAnOrganizationResponses, RetrieveAFlamegraphForAnOrganizationErrors, ThrowOnError, "fields">;
500
498
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.164.0",
3
+ "version": "0.166.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",