@sentry/api 0.38.0 → 0.40.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 +10 -5
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1203,8 +1203,9 @@ export type Dashboard = {
|
|
|
1203
1203
|
* * `rage_and_dead_clicks`
|
|
1204
1204
|
* * `server_tree`
|
|
1205
1205
|
* * `text`
|
|
1206
|
+
* * `agents_traces_table`
|
|
1206
1207
|
*/
|
|
1207
|
-
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text';
|
|
1208
|
+
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1208
1209
|
interval?: string;
|
|
1209
1210
|
queries?: Array<{
|
|
1210
1211
|
id?: string;
|
|
@@ -1367,8 +1368,9 @@ export type DashboardDetails = {
|
|
|
1367
1368
|
* * `rage_and_dead_clicks`
|
|
1368
1369
|
* * `server_tree`
|
|
1369
1370
|
* * `text`
|
|
1371
|
+
* * `agents_traces_table`
|
|
1370
1372
|
*/
|
|
1371
|
-
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text';
|
|
1373
|
+
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1372
1374
|
interval?: string;
|
|
1373
1375
|
queries?: Array<{
|
|
1374
1376
|
id?: string;
|
|
@@ -1725,8 +1727,9 @@ export type DashboardWidget = {
|
|
|
1725
1727
|
* * `rage_and_dead_clicks`
|
|
1726
1728
|
* * `server_tree`
|
|
1727
1729
|
* * `text`
|
|
1730
|
+
* * `agents_traces_table`
|
|
1728
1731
|
*/
|
|
1729
|
-
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text';
|
|
1732
|
+
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
1730
1733
|
interval?: string;
|
|
1731
1734
|
queries?: Array<{
|
|
1732
1735
|
id?: string;
|
|
@@ -10662,8 +10665,9 @@ export type CreateANewDashboardForAnOrganizationData = {
|
|
|
10662
10665
|
* * `rage_and_dead_clicks`
|
|
10663
10666
|
* * `server_tree`
|
|
10664
10667
|
* * `text`
|
|
10668
|
+
* * `agents_traces_table`
|
|
10665
10669
|
*/
|
|
10666
|
-
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text';
|
|
10670
|
+
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
10667
10671
|
interval?: string;
|
|
10668
10672
|
queries?: Array<{
|
|
10669
10673
|
id?: string;
|
|
@@ -11167,8 +11171,9 @@ export type EditAnOrganizationSCustomDashboardData = {
|
|
|
11167
11171
|
* * `rage_and_dead_clicks`
|
|
11168
11172
|
* * `server_tree`
|
|
11169
11173
|
* * `text`
|
|
11174
|
+
* * `agents_traces_table`
|
|
11170
11175
|
*/
|
|
11171
|
-
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text';
|
|
11176
|
+
display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree' | 'text' | 'agents_traces_table';
|
|
11172
11177
|
interval?: string;
|
|
11173
11178
|
queries?: Array<{
|
|
11174
11179
|
id?: string;
|