|
40 | 40 | Can be used to fetch sample crashes and exceptions for an issue, |
41 | 41 | which will include stack traces and other data useful for debugging. | |
42 | 42 |
|
43 | | -| crashlytics_batch_get_events | crashlytics | Gets specific events by resource name. |
| 43 | +| crashlytics*batch_get_events | crashlytics | Gets specific events by resource name. |
44 | 44 | Can be used to fetch sample crashes and exceptions for an issue, |
45 | 45 | which will include stack traces and other data useful for debugging. | |
46 | 46 | | crashlytics_list_notes | crashlytics | Use this to list all notes for an issue in Crashlytics. | |
47 | | -| crashlytics_get_top_issues | crashlytics | Use this to count events and distinct impacted users, grouped by _issue_. |
| 47 | +| crashlytics_get_top_issues | crashlytics | Use this to count events and distinct impacted users, grouped by \_issue*. |
48 | 48 | Groups are sorted by event count, in descending order. |
49 | 49 | Only counts events matching the given filters. | |
50 | | -| crashlytics_get_top_variants | crashlytics | Counts events and distinct impacted users, grouped by issue _variant_. |
| 50 | +| crashlytics*get_top_variants | crashlytics | Counts events and distinct impacted users, grouped by issue \_variant*. |
51 | 51 | Groups are sorted by event count, in descending order. |
52 | 52 | Only counts events matching the given filters. | |
53 | | -| crashlytics_get_top_versions | crashlytics | Counts events and distinct impacted users, grouped by _version_. |
| 53 | +| crashlytics*get_top_versions | crashlytics | Counts events and distinct impacted users, grouped by \_version*. |
54 | 54 | Groups are sorted by event count, in descending order. |
55 | 55 | Only counts events matching the given filters. | |
56 | | -| crashlytics_get_top_apple_devices | crashlytics | Counts events and distinct impacted users, grouped by apple _device_. |
| 56 | +| crashlytics*get_top_apple_devices | crashlytics | Counts events and distinct impacted users, grouped by apple \_device*. |
57 | 57 | Groups are sorted by event count, in descending order. |
58 | 58 | Only counts events matching the given filters. |
59 | 59 | Only relevant for iOS, iPadOS and MacOS applications. | |
60 | | -| crashlytics_get_top_android_devices | crashlytics | Counts events and distinct impacted users, grouped by android _device_. |
| 60 | +| crashlytics*get_top_android_devices | crashlytics | Counts events and distinct impacted users, grouped by android \_device*. |
61 | 61 | Groups are sorted by event count, in descending order. |
62 | 62 | Only counts events matching the given filters. |
63 | 63 | Only relevant for Android applications. | |
64 | | -| crashlytics_get_top_operating_systems | crashlytics | Counts events and distinct impacted users, grouped by _operating system_. |
| 64 | +| crashlytics*get_top_operating_systems | crashlytics | Counts events and distinct impacted users, grouped by \_operating system*. |
65 | 65 | Groups are sorted by event count, in descending order. |
66 | 66 | Only counts events matching the given filters. | |
67 | 67 | | crashlytics_update_issue | crashlytics | Use this to update the state of Crashlytics issue. | |
|
0 commit comments