@sentry/api 0.165.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 +2 -4
- package/package.json +1 -1
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
|
-
*
|
|
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
|
|
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
|
/**
|